lte method

bool lte(
  1. FEnum o
)

Implementation

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