Ecto.Type.base-question-mark
You're seeing just the function
base-question-mark
, go back to Ecto.Type module for more information.
Specs
Checks if the given atom can be used as base type.
iex> base?(:string)
true
iex> base?(:array)
false
iex> base?(Custom)
false