Abstract
Optional
Readonly
lengthFixed size, or undefined if dynamically sized.
Array of unwrapped values.
Abstract
Readonly
wrapperWrapper type constructor.
Wrapper type constructor.
Assigns elements from a JSON array.
JSON values are processed with wrapperType.assignJSON().
Deserializes a buffer into this value.
Optional
opts: DeserializeOptionsNumber of bytes read.
Computes the serialized length of this value.
Optional
opts: SerializeOptionsConstructs an SArray of wrappers around the current array of elements.
Static
fromCreates a new instance of this value by deserializing from a buffer.
Optional
opts: DeserializeOptionsStatic
ofCreate a new instance of this wrapper class from a raw value.
Static
ofJSONCreate a new instance of this wrapper class from a raw value.
SArray variant that wraps each element for serialization / deserialization.