operator < method

bool operator <(
  1. Snowflake other
)

Whether this snowflake is before other.

See isBefore for details.

Implementation

bool operator <(Snowflake other) => isBefore(other);