70f7f33835
Defines a set of symbolic constants with ordered numeric values ala C enum types. What are they good for? Typical uses would be for giving mnemonic names to indexes of arrays. This not only reads easier, but can also be typo-checked at compile time when run under use strict. That is, if you misspell Days_Fri as Days_Fry, you'll generate a compile error. Also capable of creating ordered bitmask constants, allowing the easy creation of bitmask constants, allowing you to efficiently store many true/false options within a single integer. ok merdely@
6 lines
271 B
Plaintext
6 lines
271 B
Plaintext
MD5 (enum-1.016.tar.gz) = qs5+6GSOXSDA6B9aUctmBA==
|
|
RMD160 (enum-1.016.tar.gz) = QOk0YZYP4slKNdS7tZ5We8eDVQk=
|
|
SHA1 (enum-1.016.tar.gz) = 0WALYFYe/bb38B9pDkrReZWFmOU=
|
|
SHA256 (enum-1.016.tar.gz) = /UovRPYP4KxfcIp6IyYBpjS/trf1YeLu9wbp76LNBNA=
|
|
SIZE (enum-1.016.tar.gz) = 5847
|