Syntax
The basic building blocks of Scarpet.
Constants
Control Flow
Operators
- - difference()
- != unique()
- * product()
- / quotient()
- && and()
- %
- ^
- + sum()
- < increasing()
- <= nondecreasing()
- == equal()
- > decreasing()
- >= nonincreasing()
- || or()
- bitwise_and()
- bitwise_arithmetic_shift_right()
- bitwise_not()
- bitwise_or()
- bitwise_popcount()
- bitwise_roll_left()
- bitwise_roll_right()
- bitwise_shift_left()
- bitwise_shift_right()
- bitwise_xor()
- double_to_long_bits()
- long_to_double_bits()