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

allocator RCIAllocator

allocator used to allocate placeholding object

Return Value

Type: OriginalAwarePlaceholderImpl!T

Placeholder!T with value as content.

Meta