pack

Wrap up a value in a placeholding object.

Parameters

value T

value that will be wrapped in placeholding object

from From

original type from which value was converted

convertor Convertor

convertor used in converting value out of from

allocator RCIAllocator

allocator used to allocate placeholding object

Return Value

Type: ConvertorAndOriginalAwarePlaceholderImpl!T

Placeholder!T with value as content.

Meta