diamond.core.traits

Undocumented in source.

Members

Functions

createEnumAlias
string createEnumAlias(string name)

Creates a string to use with mixin that is an exact copy members of an enum

Mixin templates

HandleField
mixintemplate HandleField(T, string[] fieldNames, string handler)

Mixin template to handle a specific field of a fieldname collection.

HandleFields
mixintemplate HandleFields(T, string handler)

Mixin template to handle fields of a type.

Meta