DarkMatter.Structs.meta_key-question-mark

You're seeing just the function meta_key-question-mark, go back to DarkMatter.Structs module for more information.

Specs

meta_key?(atom()) :: boolean()

Determine if a given key is a meta map property.

Examples

iex> meta_key?(:__meta__)
true

iex> meta_key?(:__struct__)
true

iex> meta_key?(:non_meta)
false