package slice
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
BytesReader extends AnyRef
Wrapper around SliceReader to perform eager fetches.
Wrapper around SliceReader to perform eager fetches.
SliceReader is used internally and should not be exposed to the API.
-
class
Slice[+T] extends Iterable[T]
An Iterable type that holds offset references to an Array without creating copies of the original array when creating sub-slices.
An Iterable type that holds offset references to an Array without creating copies of the original array when creating sub-slices.
- T
The type of this Slice