Types

Pfx

Prefix subsequence of a sequence

Parent types

Direct children types

Constructors

Pfx(val:Any)
Convenience method for creating MustPfx

Methods

-(s:Str, pfx:Pfx)
Return string without the prefix. Throws MatchFail if pfx is MustPfx but s does not start with it.
~(s:Str, pfx:Pfx)
Check whether s starts with pfx.