Packages

This library implements macros to define contants and enums that can be used in guards

Current section

Files

Jump to
defconst lib defconst enum generator.ex
Raw

lib/defconst/enum/generator.ex

defmodule Defconst.Enum.Generator do
@moduledoc """
Callbacks definition for generating enum values
"""
@callback next_value(atom(), any()) :: any()
end