//
pkg.gl
Category
github.com/shogo82148/std
cmd
internal
edit
package
1.23.0
Repository:
https://github.com/shogo82148/std.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
2
Files
10 SLOC
#
Functions
NewBuffer
NewBuffer returns a new buffer to accumulate changes to an initial data slice.
#
Structs
Buffer
A Buffer is a queue of edits to apply to a given byte slice.