We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
65e4d79
Adds new integer type specifiers for instruction parameters, like {x: u8} or {y: s16}, that will error if an out-of-range argument is supplied!
{x: u8}
{y: s16}