DelegateDestructor

Functional destructor responsible for destroying components of To type.

alias DelegateDestructor(To) = void delegate
(
ref To
,
RCIAllocator = theAllocator
)

Meta