TaggedAlgebraicModel

Undocumented in source.

Constructors

this
this(const(Data) data)
Undocumented in source.

Alias This

tamodel

Members

Aliases

Data
alias Data = TypeOf!A
Undocumented in source.

Functions

visit
bool visit(const(Data) data, Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

Collapsable
enum Collapsable;
Undocumented in source.

Static functions

makeModel
TAModel makeModel(const(Data) data)

returns a model corresponding to given data value

Structs

TAModel
struct TAModel
Undocumented in source.

Variables

tamodel
TAModel tamodel;
Undocumented in source.

Meta