Libertas OS API Documentation
    Preparing search index...

    Type Alias LuaBitwiseNot<TOperand, TReturn>

    LuaBitwiseNot: (operand: TOperand) => 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.