gte method

bool gte(
  1. FEnum o
)

Implementation

bool gte(FEnum o) => value >= o.value;