package structure
const (
defaultLen = 8 // 默认创建的 value 大小
)
type DynamicType int8
type UpdateLength int64
DynamicNull = DynamicType(iota)
DynamicInt
DynamicFloat
DynamicString