QuaternionT.opDispatch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opDispatch [@property getter]
    struct QuaternionT(T)
    @property pure const nothrow
    opDispatch
    (
    string swizzle_list
    U = void
    )
    ()
    if (
    __traits(isFloating, T)
    )
  2. U opDispatch [@property setter]

Meta