//
pkg.gl
Category
github.com/asticode/go-astitools
byte
package
1.3.0
Repository:
https://github.com/asticode/go-astitools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
89 SLOC
#
Functions
NewIterator
NewIterator creates a new iterator.
PadLeft
PadLeft adds n rpl to the left of i so that len is length.
PadRight
PadRight adds n rpl to the right of i so that len is length.
ToLength
ToLength forces the length of a []byte.
#
Structs
Iterator
Iterator represents an object capable of iterating sequentially and safely through a slice of bytes.