Function AggregateLocatorImpl.set

Add a Locator by key.

AggregateLocatorImpl!(Type,KeyType,LocatorKeyType) set (
  Locator!(Type,KeyType) locator,
  LocatorKeyType key
);

Parameters

NameDescription
key key by which to identify the locator.
locator the Locator that will be added to AggregateLocator