Bottle.Binary.is_empty_binary
You're seeing just the macro
is_empty_binary
, go back to Bottle.Binary module for more information.
Guard that passes for an empty binary
Examples
iex> is_empty_binary("")
true
iex> is_empty_binary("foo")
false
iex> is_empty_binary({"anything", "else"})
false