Index
Modules:
letUtils
.
API symbols
asLet:
letUtils: asLet(val, body: untyped): untyped
letUtils: asLet(val, name, body: untyped): untyped
asVar:
letUtils: asVar(val, body: untyped): untyped
letUtils: asVar(val, name, body: untyped): untyped
freezeVars:
letUtils: freezeVars(body: untyped): untyped
scope:
letUtils: scope(body: untyped): untyped
viaVar:
letUtils: viaVar[T](t: type[T]; body: untyped): T
letUtils: viaVar[T](t: type[T]; name, body: untyped): T