operator <= method

bool operator <=(
  1. Register64 y
)

Implementation

bool operator <=(Register64 y) => (this < y) || (this == y);