Grax.Id.UrnNamespace (Grax v0.6.0)

View Source

Summary

Types

t()

@type t() :: %Grax.Id.UrnNamespace{
  nid: String.t(),
  options: Keyword.t() | nil,
  prefix: atom() | nil,
  string: String.t()
}

Functions

new(nid, opts)