Implicits

fastparse.Implicits$
object Implicits

Container for all the type-level logic around appending things to tuples or flattening Seq[Unit]s into Units.

Some of these implicits make liberal use of mutable state, so as to minimize allocations while parsing.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Optioner.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Repeater.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Sequencer.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Sequencer.type
object Optioner extends LowPriOptioner

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait Optioner[-T, R]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object UnitOptioner.type
object Repeater extends LowPriRepeater

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait Repeater[-T, R]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object UnitRepeater.type
object Sequencer extends LowPriSequencer

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait Sequencer[-T, V, R]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object UnitSequencer0.type
class NarySequencer[T, V, R]
object SingleSequencer0.type