Radix.empty-question-mark

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

Specs

empty?(tree()) :: boolean()

Say whether given tree is empty or not.

Example

iex> new() |> empty?()
true