Skip to content

aux.NOT ​

Source Code | Usage Examples | aux Functions

This is equivalent to not f(...), if used as filter checking, (...) is automatically applied

Signature ​

aux.NOT(function f) → bool

lua
aux.NOT(f)

Parameters ​

Returns ​


under-construction