StorageMixin

Mix in storage interface implementation that delegates the logic to decorated container.

@safe
mixin template StorageMixin (
T : Storage!(W, X)
W
X
) {}

Members

Functions

remove
T remove(X identity)

Remove factory from decorated with identity.

set
T set(W element, X identity)

Set component in decorated by identity.

Meta