Alias Aggregator

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

alias Aggregator(Type, KeyType, StorageIdentityType) = Storage!(Type,KeyType);