A fixed-length, random-access sequence of bytes that also provides random
and unaligned access to the fixed-width integers and floating point
numbers represented by those bytes.
ByteData may be used t...
A fixed-length list of 8-bit signed integers.
For long lists, this implementation can be considerably
more space- and time-efficient than the default List implementation.
A fixed-length list of 8-bit unsigned integers.
For long lists, this implementation can be considerably
more space- and time-efficient than the default List implementation.
A fixed-length list of 8-bit unsigned integers.
For long lists, this implementation can be considerably
more space- and time-efficient than the default List implementation.
Indexed store clamps the ...
A fixed-length list of 16-bit signed integers that is viewable as a
TypedData. For long lists, this implementation can be considerably
more space- and time-efficient than the default List implemen...
A fixed-length list of 16-bit unsigned integers that is viewable as a
TypedData. For long lists, this implementation can be considerably
more space- and time-efficient than the default List implem...
A fixed-length list of 32-bit signed integers that is viewable as a
TypedData. For long lists, this implementation can be considerably
more space- and time-efficient than the default List implemen...
A fixed-length list of 32-bit unsigned integers that is viewable as a
TypedData. For long lists, this implementation can be considerably
more space- and time-efficient than the default List implem...
A fixed-length list of 64-bit signed integers that is viewable as a
TypedData. For long lists, this implementation can be considerably
more space- and time-efficient than the default List implemen...
A fixed-length list of 64-bit unsigned integers that is viewable as a
TypedData. For long lists, this implementation can be considerably
more space- and time-efficient than the default List implem...
A fixed-length list of IEEE 754 single-precision binary floating-point
numbers that is viewable as a TypedData. For long lists, this
implementation can be considerably more space- and time-efficien...
A fixed-length list of IEEE 754 double-precision binary floating-point
numbers that is viewable as a TypedData. For long lists, this
implementation can be considerably more space- and time-efficien...
A fixed-length list of Float32x4 numbers that is viewable as a
TypedData. For long lists, this implementation will be considerably more
space- and time-efficient than the default List implementati...
A fixed-length list of Int32x4 numbers that is viewable as a
TypedData. For long lists, this implementation will be considerably more
space- and time-efficient than the default List implementation...
A fixed-length list of Float64x2 numbers that is viewable as a
TypedData. For long lists, this implementation will be considerably more
space- and time-efficient than the default List implementati...
Float32x4 immutable value type and operations.
Float32x4 stores 4 32-bit floating point values in "lanes".
The lanes are "x", "y", "z", and "w" respectively.