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