Nop
Attributes
Members list
Type members
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Singleton
The mirrored *-type
The mirrored *-type
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Singleton
Inherited and Abstract types
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Inherited methods
Create a new instance of type T
with elements taken from product p
.
Create a new instance of type T
with elements taken from product p
.
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Alternative operator: creates a pattern that matches either this pattern or another pattern.
Alternative operator: creates a pattern that matches either this pattern or another pattern.
Value parameters
- that
-
the alternative pattern to try if this one fails
Attributes
- Returns
-
a pattern matching either this pattern or that pattern
- Inherited from:
- Pattern
Sequence operator: creates a pattern that matches this pattern followed by another pattern.
Sequence operator: creates a pattern that matches this pattern followed by another pattern.
Value parameters
- that
-
the pattern to match after this one
Attributes
- Returns
-
a pattern matching this pattern followed by that pattern
- Inherited from:
- Pattern