alphabetify v1.0.1 API Reference
Modules
Alphabetify
Alphabetify is a module that generates sequential alphabetic hashes.
Use
Before generating hashes, you should seed the module with your initial hash.
By default, the module will begin at ‘AAAA’.
To use a different initial hash, call the seed_hash/1
function. Example: Alphabetify.seed_hash("AAAAAA")