Vector.depth

Get a reference to third element.

  1. alias z = _get!(2)
  2. alias b = z
  3. alias p = z
  4. alias depth = z
    struct Vector(T, uint N)
    static if(N >= 3)
    alias depth = z

Meta