convert

Convert from component to component using std.conv.to family of functions.

void
convert
(
To
From
)
(
From from
,
ref To to
,
RCIAllocator allocator = theAllocator
)

Parameters

from From

original component to be converted

to To

resulting component

allocator RCIAllocator

ignored allocator as .to family of functions are not using allocators

Throws

See std.conv.to for throwed exceptions

Meta