Uptight.Base.Sixteen (Uptight v0.2.5-rc)

Link to this section Summary

Functions

Positional constructor, with args in the same order as they were defined in

Link to this section Types

Specs

t() :: %Uptight.Base.Sixteen{encoded: String.t(), raw: binary()}

Link to this section Functions

Link to this function

new(encoded \\ "", raw \\ :binary)

Specs

new(
  String.t(),
  binary()
) :: t()

Positional constructor, with args in the same order as they were defined in

Link to this function

new_partial(encoded)

Link to this function

new_partial(encoded, raw)