VertexArray.length

Get the current number of vertices in the VertexArray.

  1. size_t length()
    class VertexArray(V)
    size_t
    length
    @safe pure nothrow const @nogc
    (
    )
    if (
    isVertex!V
    )
  2. void length(size_t rhs)

Meta