ArraySetter.set

Set a field or property of CompositeType.

class ArraySetter(Type)
const
void
set
(
ref Type[] composite
,
Type field
,
size_t key
,
RCIAllocator allocator = theAllocator
)

Parameters

composite Type[]

composite that will store value

Throws

InvalidArgumentException when value or composite is not what was expected

Meta