AggregateLocator.getLocators

Get all locators in aggregate locator

interface AggregateLocator(Type = Object, KeyType = string, LocatorKeyType = KeyType)
InputRange!(Pair!(Locator!(Type, KeyType), LocatorKeyType))
getLocators
()

Return Value

Type: InputRange!(Pair!(Locator!(Type, KeyType), LocatorKeyType))

InputRange!(Tuple!(Locator!(Type, KeyType), LocatorKeyType)) a range of locator => identity

Meta