complete std prefixes for stdlib (#22887)

follow up https://github.com/nim-lang/Nim/pull/22851
follow up https://github.com/nim-lang/Nim/pull/22873
This commit is contained in:
ringabout
2023-10-31 00:03:04 +08:00
committed by GitHub
parent 403e0118ae
commit 4d11d0619d
142 changed files with 277 additions and 275 deletions

View File

@@ -1,6 +1,6 @@
## This module implements syntax sugar for some declarations.
import macros
import std/macros
macro byaddr*(sect) =
## Allows a syntax for l-value references, being an exact analog to