Storage.remove

Remove an element from Storage with identity.

Remove an element from Storage with identity. If there is no element by provided identity, then no action is performed.

interface Storage(Type, KeyType)
remove
(
KeyType identity
)

Parameters

identity KeyType

the identity of element to be removed.

Return: Storage

Meta