delphirtl
Version:
RTL functions from Delphi
26 lines (13 loc) • 446 B
Markdown
[**delphirtl**](../README.md) • **Docs**
***
[delphirtl](../globals.md) / UNUSED
# Function: UNUSED()
> **UNUSED**(...`x`): `void`
Used for ignoring any unused types, variables, so that the compiler doesn't complain.
## Parameters
• ...**x**: `any`
any number of parameters to ignore
## Returns
`void`
## Defined in
[src/rtl.ts:84](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/rtl.ts#L84)