Aggregator
- interface Storage(Type, KeyType)
- alias Aggregator(Type = Object, KeyType = string, StorageIdentityType = KeyType) = Storage!(Type, KeyType)
alias Aggregator(Type = Object, KeyType = string, StorageIdentityType = KeyType) =
Storage!(
Type,
KeyType)
aermicioi aedi storage storage
aliasesinterfacesmixin templates
Interface for objects that are able to store elements of Type by identity of KeyType.