Libertas OS API Documentation
    Preparing search index...

    Type Alias LuaLength<TOperand, TReturn>

    LuaLength: (operand: TOperand) => TReturn & LuaExtension<"Length">

    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.