ArraySetter

Array setter.

class ArraySetter : PropertySetter!(Type[], Type, size_t)(
Type
) {}

Members

Functions

componentType
TypeInfo componentType(Type[] composite)

Identify the type of supported component.

set
void set(Type[] composite, Type field, size_t key)

Set a field or property of CompositeType.

Meta