Type alias LuaBitwiseNot<TOperand, TReturn>

LuaBitwiseNot<TOperand, TReturn>: ((operand) => TReturn) & LuaExtension<"BitwiseNot">

Calls to functions with this type are translated to ~operand. For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions

Type Parameters

  • TOperand

    The type of the value in the operation.

  • TReturn

    The resulting (return) type of the operation.

Type declaration

    • (operand): TReturn
    • Parameters

      • operand: TOperand

      Returns TReturn

Generated using TypeDoc