Exposes functions for validating types, and determining if a value matches a type.
matches_type?(type :: term(), value :: term()) :: boolean()
merge(left :: term(), right :: term()) :: term()
valid_type?(term()) :: boolean()
validate_types( types :: Keyword.t(), field_name :: atom(), opts :: Keyword.t(), schema :: Optimal.schema() ) :: [{atom(), String.t()}]