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()

Returns true if tree is empty, false otherwise.

Example

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