operator >= method

bool operator >=(
  1. Int8 other
)

Strict evaluation extending identical size bounds.

Implementation

bool operator >=(Int8 other) => value >= other.value;