Files
dolt/nomdl/codegen/test/struct_primitives.noms
Erik Arvidsson 61f14f8c9a Rename noms UInt* to Uint*
Fixes #673
2015-12-02 12:01:42 -05:00

17 lines
248 B
Plaintext

struct StructPrimitives {
uint64: Uint64
uint32: Uint32
uint16: Uint16
uint8: Uint8
int64: Int64
int32: Int32
int16: Int16
int8: Int8
float64: Float64
float32: Float32
bool: Bool
string: String
blob: Blob
value: Value
}