Keywords.pattern_exists-question-mark

You're seeing just the function pattern_exists-question-mark, go back to Keywords module for more information.

Checks if pattern exists.

Examples

iex> Keywords.pattern_exists?(:stocks)
true
iex> Keywords.pattern_exists?(:stonks)
false