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.
19 lines (10 loc) • 536 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [\_Dictionary](./rc-js-util._dictionary.md) > [overwrite](./rc-js-util._dictionary.overwrite.md)
## \_Dictionary.overwrite property
Modifies an object to include the keys and values of another.
**Signature:**
```typescript
static readonly overwrite: typeof dictionaryOverwrite;
```
## Remarks
See [dictionaryOverwrite()](./rc-js-util.dictionaryoverwrite.md)<!-- -->.