vector2d.opDollar

Obtain the number of columns in this vector using the dollar operator.

  1. size_t opDollar()
  2. size_t opDollar()
    struct vector2d(T)
    @nogc const
    size_t
    opDollar
    (
    size_t dim : 1
    )
    ()

Return Value

Type: size_t

The number of columns in this vector.

Meta