mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Tut 1: tiny improvements
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
The set type models the mathematical notion of a set. The set's basetype can
|
||||
only be an ordinal type of a certain size, namely:
|
||||
|
||||
* ``int8``-``int16``
|
||||
* ``uint8``/``byte``-``uint16``
|
||||
* ``char``
|
||||
* ``enum``
|
||||
|
||||
or equivalent. The reason is that sets are implemented as high
|
||||
performance bit vectors. Attempting to declare a set with a larger type will
|
||||
result in an error:
|
||||
|
||||
@@ -1032,7 +1032,7 @@ procs for these conversions.
|
||||
|
||||
Type Conversion
|
||||
---------------
|
||||
Conversion between basic types is performed by using the
|
||||
Conversion between numerical types is performed by using the
|
||||
type as a function:
|
||||
|
||||
.. code-block:: nim
|
||||
|
||||
Reference in New Issue
Block a user