Types

Sfx

Suffix subsequence of a sequence

Parent types

Direct children types

Constructors

Sfx(val:Any)
Convenience method for creating MustSfx

Methods

-(s:Str, sfx:Sfx)
Return string without the suffix. Throws MatchFail if pfx is MustSfx but s does not end with it.
~(s:Str, sfx:Sfx)
Check whether s ends with pfx.