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

tuple(keyword()) :: {:tuple, keyword()}

Returns a tuple of :tuple and the given keyword list.

Examples

iex> Xema.Builder.tuple(key: 42)
{:tuple, key: 42}