operator < method

bool operator <(
  1. RaylibEnum other
)

Implementation

bool operator <(RaylibEnum other) => value < other.value;