unicode: minor documention improvement

This commit is contained in:
Araq
2020-04-20 08:42:08 +02:00
parent 242d39d27f
commit e6cf11351d

View File

@@ -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)