Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Scheme Requests for Implementation
(Uncensored)
subscribe
SRFI 209: Enums and Enum Sets
https://srfi.schemers.org/srfi-209/
links
backlinks
SRFI 209 is now in final status.Enums are objects that serve to form sets of distinct classes that specify different modes of operation for a procedure. Their use fosters portable and readable code.