CharsOffHead3

ostrat.CharsOffHead3
object CharsOffHead3

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)]

Extractor for the first 3 elements only for immutable heapless iterator for Chars with at least 3 element. Use this when you don't care about the tail.

Extractor for the first 3 elements only for immutable heapless iterator for Chars with at least 3 element. Use this when you don't care about the tail.

Attributes