lt method

bool lt(
  1. FEnum o
)

Implementation

bool lt(FEnum o) => value < o.value;