@steelbreeze/pivot
    Preparing search index...

    Type Alias Vector<TElement>

    Vector: TElement[]

    A Vector is a one-dimensional data structure.

    Type Parameters

    • TElement

    The type of the elements within the Vector.

    While Vector is just an alias for Array, it is used to indicate a data that is the result of a pivot operation, and is therefore part of a Matrix, Cube, or Hypercube.