Lit type

Convey that the value should be used literally, not as a pattern

Methods

=~(x:Any, l:Lit, _mc:MatchContext) Source: stdlib.ngs:1289
Check whether x is the literal value l (using ==)
init(l:Lit) Source: stdlib.ngs:980
Undocumented
init(l:Lit, val:Any) Source: stdlib.ngs:981
Undocumented