Home | History | Annotate | Download | only in types

Lines Matching defs:NewArray

442 // NewArray returns a new fixed-length array Type.
443 func NewArray(elem *Type, bound int64) *Type {
445 Fatalf("NewArray: invalid bound %v", bound)
1313 // For other uses, create a new array with NewArray instead.