<TKey, T>
public
intersectKey(iterable<mixed, TKey> ...$others): CollectionInterface<TKey, T>
Computes the intersection of the collection against other iterables using keys for comparison.
Nexus\Collection\Collection::intersectKey()