operator <= method

bool operator <=(
  1. covariant RTVersion other
)

Implementation

bool operator <=(covariant RTVersion other) =>
    _op(other, (a, b) => a < b, true);