Defconst v0.2.0 Defconst.Enum.DefaultGenerator View Source
Default implementation of enum generator
Link to this section Summary
Functions
Next value when previous value is binary
Link to this section Functions
Next value when previous value is binary
## Examples: iex> Defconst.Enum.DefaultGenerator.next_value(:bye, “hello”) “hello1”