FunctionalConvertor

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

alias FunctionalConvertor(To, From) = void function
(
in From
,
ref To
,
RCIAllocator allocator = theAllocator
)

Meta