Algae v0.12.2 Algae.Maybe.Nothing View Source

An empty struct. Cannot accept any values. Represents the lack of a value.

Examples

iex> %Algae.Maybe.Nothing{}
%Algae.Maybe.Nothing{}

Link to this section Summary

Functions

Create a new Algae.Maybe.Nothing struct

Link to this section Types

Link to this type t() View Source
t() :: %Algae.Maybe.Nothing{}

Link to this section Functions

Create a new Algae.Maybe.Nothing struct.

Examples

iex> new()
%Algae.Maybe.Nothing{}