Primitives
Strings
type User struct {
som.Node[som.ULID]
Name string
Description string
}Integers
type Metrics struct {
som.Node[som.ULID]
Count8 int8
Count16 int16
Count32 int32
Count64 int64
Count int
}Floating Point
Booleans
Bytes
Runes
Pointers
Last updated