Algae v0.12.1 Algae.Maybe.Nothing
An empty struct. Cannot accept any values. Represents the lack of a value.
Examples
iex> %Algae.Maybe.Nothing{}
%Algae.Maybe.Nothing{}
Summary
Functions
Create a new Algae.Maybe.Nothing
struct
Types
t :: %Algae.Maybe.Nothing{}
Functions
Specs
new :: Algae.Maybe.Nothing.t
Create a new Algae.Maybe.Nothing
struct.
Examples
iex> new
%Algae.Maybe.Nothing{}