delphirtl • Docs
delphirtl / 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