MavuUtils.Blankable protocol (MavuUtils v0.1.13) View Source

Elixir implementation of blank?, with similar behaviour to ActiveSupport's implementation fork from https://github.com/samsondav/blankable/

Examples

iex> Blankable.blank?(nil)
true
iex> Blankable.blank?("")
true
iex> Blankable.blank?([])
true
iex> Blankable.blank?("Hello")
false

Link to this section Summary

Link to this section Types

Link to this section Functions