Documentation for IsWhat.
IsWhat
is_what?/1
is_what?(any()) :: String.t()
Defines the type of the given data.
iex> IsWhat.is_what?(true) "true is boolean."