ostrat.CharsOff
See theCharsOff companion object
final class CharsOff(val offset0: Int) extends AnyVal, ArrBaseOff[Char, CharArr]
Immutable heapless iterator for Char arrays. At runtime this should just be an integer which indexes into a CharArr. This itself is just a compile time wrapped Array[Char]. This allows you to decompose the Char Array without having to create a new Array each time you drop a character or characters.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Keywords
- no keywords
- inline
- override
Inherited
- Not inherited
- ArrBaseOff
Value members
Concrete methods
Index's into the backing Array, which is passed by an implicit parameter.
Index's into the backing Array, which is passed by an implicit parameter.
Attributes
- Definition Classes
Checks condition against head. Returns false if the collection is empty.
Checks condition against head. Returns false if the collection is empty.
Attributes
Inherited methods
Attributes
- Inherited from:
- ArrBaseOff
Attributes
- Inherited from:
- ArrBaseOff
Attributes
- Inherited from:
- ArrBaseOff
Attributes
- Inherited from:
- ArrBaseOff
Attributes
- Inherited from:
- ArrBaseOff
Attributes
- Inherited from:
- ArrBaseOff
Attributes
- Inherited from:
- ArrBaseOff
Attributes
- Inherited from:
- ArrBaseOff
Attributes
- Inherited from:
- ArrBaseOff
Attributes
- Inherited from:
- ArrBaseOff
In this article