Palette

Example of a Palette

Members

Aliases

CellStateType
alias CellStateType = Ct
Undocumented in source.
DisplayValueType
alias DisplayValueType = Dv
Undocumented in source.

Functions

getDisplayValue
Dv getDisplayValue(Ct cellState)
Undocumented in source. Be warned that the author may not have intended to support it.
getDisplayValue
Dv getDisplayValue(Ct cellState)
Undocumented in source. Be warned that the author may not have intended to support it.

Examples

alias palette = Palette!(int, char);

assert(isPalette!(palette, int, char));
assert(isAnyPalette!(palette));

Meta