//
pkg.gl
Category
github.com/ava-labs/avalanchego
utils
wrappers
package
1.12.3-warp-verify6
Repository:
https://github.com/ava-labs/avalanchego.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
5
Dependents
175
Files
257 SLOC
#
Functions
StringLen
No description provided by the author
#
Constants
BoolLen
BoolLen is the number of bytes per bool.
ByteLen
ByteLen is the number of bytes per byte...
IntLen
IntLen is the number of bytes per int.
LongLen
LongLen is the number of bytes per long.
MaxStringLen
No description provided by the author
ShortLen
ShortLen is the number of bytes per short.
#
Variables
ErrInsufficientLength
No description provided by the author
#
Structs
Closer
Closer is a nice utility for closing a group of objects while reporting an error if one occurs.
Errs
No description provided by the author
Packer
Packer packs and unpacks a byte array from/to standard values.