mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
unicode: minor documention improvement
This commit is contained in:
@@ -28,6 +28,7 @@ type
|
||||
## Type that can hold a single Unicode code point.
|
||||
##
|
||||
## A Rune may be composed with other Runes to a character on the screen.
|
||||
## `RuneImpl` is the underlying type used to store Runes, currently `int32`.
|
||||
|
||||
template ones(n: untyped): untyped = ((1 shl n)-1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user