algorithm/helpers

    Dark Mode
Search:
Group by:

Funcs

func len(a: typedesc[enum]): int
Get the total number of enums assigned to an enum. Warning: This ONLY works if you use numbers. Probably...