Aggregator

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

  1. interface Storage(Type, KeyType)
  2. alias Aggregator(Type = Object, KeyType = string, StorageIdentityType = KeyType) = Storage!(Type, KeyType)
    alias Aggregator(Type = Object, KeyType = string, StorageIdentityType = KeyType) = Storage!(Type, KeyType)

Meta