operator < method

bool operator <(
  1. Version<WordField<NativeType>> other
)

Implementation

bool operator <(Version other) => bits < other.bits;