Search
@stdlib/buffer-from-string
Allocate a buffer containing a provided string.
v0.2.2 URL:
https://unpkg.com/@stdlib/buffer-from-string@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdtypes
types
data
structure
buffer
buf
binary
octets
string
str
allocate
@stdlib/buffer-ctor
Buffer.
v0.2.2 URL:
https://unpkg.com/@stdlib/buffer-ctor@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdtypes
types
data
structure
buffer
binary
octets
@stdlib/buffer-from-buffer
Copy buffer data to a new Buffer instance.
v0.2.2 URL:
https://unpkg.com/@stdlib/buffer-from-buffer@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdtypes
types
data
structure
buffer
buf
binary
octets
copy
duplicate
reallocate
allocate
@stdlib/buffer-alloc-unsafe
Allocate a buffer having a specified number of bytes.
v0.2.2 URL:
https://unpkg.com/@stdlib/buffer-alloc-unsafe@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdtypes
types
data
structure
buffer
buf
binary
octets
reallocate
allocate
alloc
unsafe
@stdlib/buffer-from-array
Allocate a buffer using an octet array.
v0.2.2 URL:
https://unpkg.com/@stdlib/buffer-from-array@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdtypes
types
data
structure
buffer
buf
binary
octets
octet
array
typed
typed-array
allocate
uint8