menu
stl
stl.dart
Uint64
operator > method
operator >
dark_mode
light_mode
operator >
method
bool
operator >
(
Uint64
other
)
Implementation
bool operator >(Uint64 other) => (value ^ 0x8000000000000000) > (other.value ^ 0x8000000000000000);
stl
stl
Uint64
operator > method
Uint64 extension type