Choices

// FIXME: the options should have both a label and a value

if label is null, it will try to just stringify value.

if type is int or size_t and it returns a string array, we can use the index but this will implicitly not allow custom, even if allowCustom is set.

Members

Variables

allowDuplicates
bool allowDuplicates;

only relevant if attached to an array

allowReordering
bool allowReordering;

only relevant if attached to an array

options
T[] delegate() options;
requireAll
bool requireAll;

makes no sense on a set

See Also

Meta