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