OptionalNumX<T extends num> extension

on
  • T?

Operators

operator %(T other) → T?
operator *(T other) → T?
operator +(T other) → T?
operator -(T other) → T?
operator /(T other) → T?
operator <(T other) bool?
operator <=(T other) bool?
operator >(T other) bool?
operator >=(T other) bool?
operator ~/(T other) → T?