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
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [\_Map](./rc-js-util._map.md) > [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;
```