Skip to content

Commit cad8ecc

Browse files
Create create.md
1 parent 278641c commit cad8ecc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/reference/buffer/create.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## create
2+
allocates a new buffer in a fixed size of bytes.
3+
``` sig
4+
Buffer.create(null);
5+
```
6+
A **buffer** is contiguous memory.

0 commit comments

Comments
 (0)