NGS version 0.2.17 auto-generated documentation
Documentation index
The global namespace
Lit type
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