Categorygithub.com/koykov/byteptr
repositorypackage
1.0.0
Repository: https://github.com/koykov/byteptr.git
Documentation: pkg.go.dev

# README

Byteptr

Byteptr is a solution to manipulate with bytes/strings (and their parts) without using pointers. It's a part of the reducing pointer policy.

Byteptr is similar of refrect.SliceHeader and refrecl.StringHeader structs, but provides extra methods to manipulate with data in raw memory.