QuaternionT.opDispatch

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

Meta