pixi.js
    Preparing search index...

    Type Alias ArrayFixed<T, L>Advanced

    ArrayFixed: [T, ...T[]] & { length: L }

    A utility type that represents a tuple of length L containing elements of type T.

    Type Parameters

    • T
    • L extends number