Tungsten v0.1.0 Tungsten.Codegen.DomainType View Source

Codegen for DomainType

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Tungsten.Codegen.DomainType{
  description: String.t() | nil,
  domain: Tungsten.Codegen.Domain.t(),
  experimental?: boolean(),
  name: String.t(),
  spec: map(),
  type: Tungsten.Codegen.Type.t()
}

Link to this section Functions

Link to this function

from_spec(spec, domain) View Source
from_spec(map(), Tungsten.Codegen.Domain.t()) :: t()

Link to this function

generate(domain_type) View Source
generate(t()) :: Macro.t()