gcRegistered

Wrap up container into gc registering container.

Wrap up container into gc registering container, that will automatically register all created components by it into garbage collector for proper scanning.

@safe
gcRegistered
(
T
)
(
auto ref T container
)

Parameters

container T

container to decorate with gc component registration.

Return Value

Type: auto

GcRegisteringContainer!T

Meta