Overloadable operators.
The type of a function in Rune.
The return value of a function producing a generator.
Type for a range expression start..end.
start..end
Type for a from range expression start...
start..
Type for a full range expression ...
..
Type for an inclusive range expression start..=end.
start..=end
Type for an inclusive range expression ..end.
..end
Type for an inclusive range expression ..=end.
..=end
Used to tell an operation whether it should exit early or go on as usual.
Enum indicating the state of a generator.
Perform a total comparison over two values.
Perform a partial equality check over two values.
Hashes the given value.
Perform a partial comparison over two values.