menu
anyhow package
documentation
rust.dart
Cell$ConstCellIntExtension
operator - method
operator - method
dark_mode
light_mode
operator -
method
Cell
<
int
>
operator -
(
ConstCell
<
int
>
other
)
Implementation
Cell<int> operator -(ConstCell<int> other) { return Cell<int>(_val - other._val); }
anyhow package
documentation
rust
Cell$ConstCellIntExtension
operator - method
Cell$ConstCellIntExtension extension on
ConstCell
<
int
>