Aggregator

Interface for objects that are able to store elements of Type by identity of KeyType.

alias Aggregator(Type = Object, KeyType = string, StorageIdentityType = KeyType) = Storage!(Type, KeyType)

Meta