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