View Source Algae.Either.Left (Algae v1.3.2-doma)

Link to this section Summary

Functions

Default Elixir.Algae.Either.Left struct. Value defaults to nil.

Helper for initializing struct with a specific value

Link to this section Types

@type t() :: %Algae.Either.Left{left: any()}

Link to this section Functions

@spec new() :: t()

Default Elixir.Algae.Either.Left struct. Value defaults to nil.

@spec new(any()) :: t()

Helper for initializing struct with a specific value