DelegateConvertor

Functional convertor that is taking a component of type From and converts it into a component of type To.

alias DelegateConvertor(To, From) = void delegate
(
in From
,
ref To
,
RCIAllocator allocator = theAllocator
)

Meta