Xema.Builder.atom
You're seeing just the function
atom
, go back to Xema.Builder module for more information.
Specs
atom() :: :atom
Returns :atom.
Specs
Returns a tuple of :atom
and the given keyword list.
Examples
iex> Xema.Builder.atom(key: 42)
{:atom, key: 42}