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. |
alias of |
|
An immutable array of fixed static size. |
|
|
A 64-bit signed integer. |
|
Mutable sequence items with homogeneous types. |
|
Represents the result of a lazy measurement which needs to be explicitly read before being used. |
|
A 64-bit unsigned integer. |
|
Represents an optional value. |
|
|
|
A string, i.e. immutable sequences of Unicode code points. |
|
|
Functions
|
|
|
|
|
Dummy function to support with control(...): blocks in Guppy code. |
|
Dummy function to support with dagger(...): blocks in Guppy code. |
|
|
|
Exit, reporting the given message (and signal if given), and immediately exit the program. |
|
|
|
Constructs a nothing optional value. |
|
Report an output with the given tag and value. |
|
Panic, throwing an error with the given message (and signal if given), and immediately exit the program, aborting any subsequent shots. |
|
|
|
Dummy function to support with power(...): blocks in Guppy code. |
|
An iterator that yields a sequence of integers. |
|
Report an output with the given tag and value. |
|
|
|
Constructs a some optional value. |