# Functions
New returns a new n-dim array from the provided backing data and the shape and strides.
NewDate32 returns a new n-dimensional array of date32s.
NewDate64 returns a new n-dimensional array of date64s.
NewFloat32 returns a new n-dimensional array of float32s.
NewFloat64 returns a new n-dimensional array of float64s.
NewInt16 returns a new n-dimensional array of int16s.
NewInt32 returns a new n-dimensional array of int32s.
NewInt64 returns a new n-dimensional array of int64s.
NewInt8 returns a new n-dimensional array of int8s.
NewUint16 returns a new n-dimensional array of uint16s.
NewUint32 returns a new n-dimensional array of uint32s.
NewUint64 returns a new n-dimensional array of uint64s.
NewUint8 returns a new n-dimensional array of uint8s.
# Structs
Date32 is an n-dim array of date32s.
Date64 is an n-dim array of date64s.
Float32 is an n-dim array of float32s.
Float64 is an n-dim array of float64s.
Int16 is an n-dim array of int16s.
Int32 is an n-dim array of int32s.
Int64 is an n-dim array of int64s.
Int8 is an n-dim array of int8s.
Uint16 is an n-dim array of uint16s.
Uint32 is an n-dim array of uint32s.
Uint64 is an n-dim array of uint64s.
Uint8 is an n-dim array of uint8s.
# Interfaces
Interface represents an n-dimensional array of numerical data.