package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Nov 20, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Buffer buffer
buffer := New(10)
buf := buffer.Require(4)
buf[0] = 1
buf[1] = 2
buf[2] = 3
buf[3] = 4
fmt.Println(buffer.Bytes())
Output:
[1 2 3 4]
New create a clice buffer
Source Files
¶
Click to show internal directories.
Click to hide internal directories.