operator <= method

bool operator <=(
  1. RaylibEnum other
)
inherited

Implementation

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