package
1.22.2
Repository: https://github.com/go-asm/go.git
Documentation: pkg.go.dev

# Functions

ReadData reads n bytes from the input stream, but avoids allocating all n bytes if n is large.
ReadDataAt reads n bytes from the input stream at off, but avoids allocating all n bytes if n is large.
SliceCap is like SliceCapWithSize but using generics.
SliceCapWithSize returns the capacity to use when allocating a slice.