menu
rust_core package
documentation
cell.dart
IntCellExtensions
neg method
neg method
dark_mode
light_mode
neg
method
void
neg
(
)
Negate
Implementation
void neg() { _val = -_val; }
rust_core package
documentation
cell
IntCellExtensions
neg method
IntCellExtensions extension on
Cell
<
int
>