Example of a Palette
alias palette = Palette!(int, char); assert(isPalette!(palette, int, char)); assert(isAnyPalette!(palette));
See Implementation
Example of a Palette