UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

16 lines (9 loc) 470 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [\_Map](./rc-js-util._map.md) &gt; [intersect](./rc-js-util._map.intersect.md) ## \_Map.intersect property Does not check value equality, only key. Takes items from A. See [mapIntersect()](./rc-js-util.mapintersect.md)<!-- -->. **Signature:** ```typescript static readonly intersect: typeof mapIntersect; ```