CharsOffHead4

ostrat.CharsOffHead4
object CharsOffHead4

Extractor object for the first 3 elements for immutable heapless iterator for Chars with length >= 3. Use this when you don't care about the tail.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def unapply(inp: CharsOff)(implicit chars: CharArr): Option[(Char, Char, Char, Char)]

Extractor for the first 4 elements for immutable heapless iterator for Chars with length >= 4. Use this when you don't care about the tail

Extractor for the first 4 elements for immutable heapless iterator for Chars with length >= 4. Use this when you don't care about the tail

Attributes