Algae v1.1.0 Algae.Id View Source
The simplest ADT: a simple wrapper for some data
Examples
iex> %Algae.Id{id: "hi!"}
%Algae.Id{id: "hi!"}
Link to this section Summary
Link to this section Types
Link to this section Functions
Default Elixir.Algae.Id struct
Wrap some data in an Algae.Id
wrapper
Examples
iex> new(42)
%Algae.Id{id: 42}