AbstractVec3.opDispatch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. AbstractVec2!T opDispatch()
  2. AbstractVec3!T opDispatch()
    struct AbstractVec3(T)
    @property const
    opDispatch
    (
    string member
    )
    ()
    if (
    member.length == 3
    )
  3. AbstractVec4!T opDispatch()

Meta