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) • 539 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [\_String](./rc-js-util._string.md) > [concat2](./rc-js-util._string.concat2.md)
## \_String.concat2 property
Like concat but for only 2 parameters (yes it's dumb, but it can be a lot faster for lots of small joins).
**Signature:**
```typescript
static readonly concat2: typeof stringConcat2;
```
## Remarks
See [stringConcat2()](./rc-js-util.stringconcat2.md)<!-- -->.