name.rayrobdod.stringContextParserCombinator.typeclass.ContraRepeated
See theContraRepeated companion object
Describes how to break apart a homogeneous sequence of zero-or-more values into its component parts.
The parser determines how many parts a value has The return value's Expr[Boolean]
indicates whether the value matches the branch
Type parameters
- A
-
the repeated input elements
- Expr
-
the macro-level expression type
- Z
-
the result container
Attributes
- See also
- Companion
- object
- Source
- Repeat.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Members list
In this article