# Packages
No description provided by the author
# Functions
New creates an array from specified indexes and elts.
NewEmpty creates an empty Array with element of type of "v".
NewI16 creates a I16
Since 0.2.0.
NewI32 creates a I32
Since 0.2.0.
NewI64 creates a I64
Since 0.2.0.
NewU16 creates a U16
Since 0.2.0.
NewU32 creates a U32
Since 0.2.0.
NewU64 creates a U64
Since 0.2.0.
# Constants
No description provided by the author
# Variables
ErrIndexLen indicates that the number of indexes does not equal the number of elements, when initializing an Array.
ErrIndexNotAscending indicates that the indexes to initialize an Array is not in ascending order.
# Structs
Array is a space efficient array of fixed-size element.
No description provided by the author
Base is the base of: Array and U16 etc.
Bits is an array of bits with rank(how many 1 upto position x, excluding x) index.
I16 is an implementation of Base with int16 element
Since 0.2.0.
I32 is an implementation of Base with int32 element
Since 0.2.0.
I64 is an implementation of Base with int64 element
Since 0.2.0.
U16 is an implementation of Base with uint16 element
Since 0.2.0.
U32 is an implementation of Base with uint32 element
Since 0.2.0.
U64 is an implementation of Base with uint64 element
Since 0.2.0.