Uptight.Binary (Uptight v0.2.5-rc)

Newtype wrapper for pure binary data.

Link to this section Summary

Functions

Default Elixir.Uptight.Binary struct

Constructor helper for piping

Link to this section Types

Specs

t() :: %Uptight.Binary{binary: binary()}

Link to this section Functions

Specs

new() :: t()

Default Elixir.Uptight.Binary struct

Specs

new(binary()) :: t()
new(binary()) :: Uptight.Result.t()

Constructor helper for piping

Specs

new!(binary()) :: t()

Specs

un(t()) :: binary()