Ifx type
Direct parent types
- SubSeq
Undocumented Direct subtypes: 3
Direct children types
- MaybeIfx
Infix that might or might not be present for (-) to succeed
- MustIfx
Infix that must be present for ~ matching to succeed
Constructors
- Ifx(val:Any) Source: stdlib.ngs:5309
Convenience method for creating MustIfx Returns
MustIfx
Methods
- ~(s:Str, i:Ifx) Source: stdlib.ngs:5364
Undocumented