vector2d.opDollar

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

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

Return Value

Type: size_t

The number of rows in this vector.

Meta