mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-06 11:54:11 +00:00
Add unsigned exports for backwards-compatibility
This commit is contained in:
@@ -13,3 +13,6 @@
|
||||
## These operators are now available in the ``system`` module directly.
|
||||
|
||||
{.deprecated.}
|
||||
|
||||
export `shr`, `shl`, `and`, `or`, `xor`, `==`, `+`, `-`, `*`, `div`, `mod`,
|
||||
`<=`, `<`
|
||||
|
||||
Reference in New Issue
Block a user