(typ super.Type, values []int64)
| 13 | var _ Any = (*Int)(nil) |
| 14 | |
| 15 | func NewInt(typ super.Type, values []int64) *Int { |
| 16 | return &Int{typ, values} |
| 17 | } |
| 18 | |
| 19 | func NewIntEmpty(typ super.Type, length uint32) *Int { |
| 20 | return NewInt(typ, make([]int64, 0, length)) |
no outgoing calls