package
0.2.0
Repository: https://github.com/vanadium/core.git
Documentation: pkg.go.dev

# Functions

Coalesce a sequence of slices.
NewAllocator returns a new Slice allocator.
NewPool creates a new pool.
NewReader returns a new io reader.
NewSlice creates a Slice from a byte array.

# Structs

Allocator is an allocator for Slices that tries to allocate contiguously.
Pool manages a pool of iobufs.
Reader wraps an io.Reader to provide a buffered Read() operation.
Slice refers to an iobuf and the byte slice for the actual data.