@stdlib/buffer-ctor
Buffer.
Buffer.
Allocate a buffer using an octet array.
Allocate a buffer from an ArrayBuffer.
Copy buffer data to a new Buffer instance.
Allocate a buffer containing a provided string.
Revive a JSON-serialized Buffer.
Return a JSON representation of a Buffer.
Complex numbers.
Wrap a function and casts a function's return value to a complex number.
Parses a string representing a complex number into a complex like object.
Wrap a function accepting complex number arguments to support providing both real and complex numbers.
Create a complex number.
Complex number constructors.
Return the data type of a complex number.
List of complex number data types.
Base (i.e., lower-level) complex number functions.
Base complex number assert functions.
Typed array pool.
Return the array data type with the smallest size and closest kind to which array data types can be safely cast.
Revive a JSON-serialized typed array.