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