operator <= method

bool operator <=(
  1. ProtocolVersion other
)

Implementation

bool operator <=(ProtocolVersion other) => index <= other.index;