Field

Field allows defining and performing partial changes to members of Style.

Members

Aliases

Type
alias Type = T
Undocumented in source.

Functions

apply
void apply(StyleTemplate style)

Apply on a style template.

opAssign
Field opAssign(Input[n] input)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
Field opAssign(Input input)
Undocumented in source.
opIndex
inout(Field) opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(Field) opIndex(Field slice)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
inout(Field) opSlice(size_t i, size_t j)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

name
enum name;
Undocumented in source.

Static functions

make
Field make(Item[n] value)
Undocumented in source. Be warned that the author may not have intended to support it.
make
Field make(T value)
Undocumented in source.
make
Field make()
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

opDispatch
template opDispatch(string field)
Undocumented in source.

Variables

value
FieldValue!T value;
Undocumented in source.

Meta