v1.1.0
asLet
, asVar
, and viaVar
can now be invoked without providing name
. They will declare an implicit variable. This feature is backed by std/with and thus requires Nim 1.2 or later.
asLet
, asVar
, and viaVar
can now be invoked without providing name
. They will declare an implicit variable. This feature is backed by std/with and thus requires Nim 1.2 or later.