# 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.