TypeTensor - v0.1.0
    Preparing search index...

    Type Alias Concat<A, B>

    Concat: readonly [...A, ...B]

    Concatenate two shapes

    Type Parameters

    type Combined = Concat<[2, 3], [4, 5]> // [2, 3, 4, 5]