Xema.Builder.map

You're seeing just the function map, go back to Xema.Builder module for more information.

Specs

map() :: :map

Returns :map.

Specs

map(keyword()) :: {:map, keyword()}

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

Examples

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