Reference
Represents an generic element in the buffer. It can be specialized into scalar types, using for example, Reference.toInt, or casted into Flexbuffer object types, like Reference.toMap or Reference.toBlob.
Properties
Checks whether the element type is signed or unsigned integers
Checks whether the element type is typed vector
Checks whether the element type is vector or a map. TypedVector are considered different types and will return false.
Functions
Returns element as a ByteArray, converting scalar types when possible.
Returns element as a DoubleArray, converting scalar types when possible.
Returns element as a FloatArray, converting scalar types when possible.
Returns element as a IntArray, converting scalar types when possible.
Returns element as a LongArray, converting scalar types when possible.
Returns element as a ByteArray, converting scalar types when possible.
Returns element as a UByteArray, converting scalar types when possible.
Returns element as a UIntArray, converting scalar types when possible.
Returns element as a ULongArray, converting scalar types when possible.
Returns element as a UIntArray, converting scalar types when possible.