menu
raylib_dartified_unhinged package
documentation
raylib_dartified_unhinged.dart
BoolAsInt
operator - method
operator - method
dark_mode
light_mode
operator -
method
int
operator -
(
int
other
)
Implementation
int operator -(int other) => toInt() - other;
raylib_dartified_unhinged package
documentation
raylib_dartified_unhinged
BoolAsInt
operator - method
BoolAsInt extension on
bool