IsWhat.is_what-question-mark

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

Specs

is_what?(any()) :: String.t()

is_what?/1

Defines the type of the given data.

Examples

iex> IsWhat.is_what?(true)
"true is boolean."