normalizeSideArray

Returns a side array created from either: another side array like it, a two item array with each representing an axis like [x, y], or a single item array or the element type to fill all values with it.

  1. T[4] normalizeSideArray(T[n] values)
    @safe
    T[4]
    normalizeSideArray
    (
    T
    size_t n
    )
    (
    T[n] values
    )
  2. T[4] normalizeSideArray(T value)

Meta