builtinsΒΆ
Reexports core types and functions that are available without an explicit import.
Classes
|
Sequence of homogeneous values with statically known fixed length. |
|
Booleans representing truth values. |
|
An IEEE754 double-precision floating point value. |
An immutable array of fixed static size. |
|
|
A 64-bit signed integer. |
|
Mutable sequence items with homogeneous types. |
|
A 64-bit unsigned integer. |
|
Represents an optional value. |
|
|
|
A wrapper around an iterator type L promising that the iterator will yield exactly n values. |
|
A string, i.e. immutable sequences of Unicode code points. |
Iterator over arrays. |
|
Iterator for frozenarrays. |
|
|
Functions
|
|
|
|
|
|
|
Exit, reporting the given message and signal, and immediately exit the program. |
|
|
|
Constructs a nothing optional value. |
|
Panic, throwing an error with the given message, and immediately exit the program, aborting any subsequent shots. |
|
|
|
An iterator that yields a sequence of integers. |
|
Report a result with the given tag and value. |
|
|
|
Constructs a some optional value. |
|
Barrier to guarantee that all operations before the barrier are completed before operations after the barrier are started. |
|
Swaps the values of two variables. |