Return a constructor for creating arrays having a fixed-width composite data type.
Float64Array.
Uint8Array.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
Uint32Array.
Uint16Array.
Float32Array.
Return a function which tests if every element in an array passes a test condition.
Test if a value is an array.
Test if a value is struct constructor-like.
Buffer.
Fixed-width composite data type (a.k.a., a `struct`).
Strict borsh compatible de/serializer
Create a filled generic array.
Create a zero-filled generic array.
Int8Array.
Tokenize a string into an array of string parts and format identifier objects.
Generate string from a token array by interpolating values.
Test if a value is a Uint16Array.
Test if a value is a Uint8Array.
Test if a value is an array of strings.
Maximum length for a typed array.
Return a function which tests if every element in an array-like object passes a test condition.
Maximum length for a generic array.