Ecto.Type.composite-question-mark

You're seeing just the function composite-question-mark, go back to Ecto.Type module for more information.

Specs

composite?(atom()) :: boolean()

Checks if the given atom can be used as composite type.

iex> composite?(:array)
true
iex> composite?(:string)
false