CharsOffHead

ostrat.CharsOffHead
object CharsOffHead

Extractor object for the first element for immutable heapless iterator for Chars with at length >= 1. 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]

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

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

Attributes