transmute.transmute

Undocumented in source. Be warned that the author may not have intended to support it.
  1. U transmute(T value)
  2. U transmute(T[] value)
    template transmute(U)
    @system @nogc nothrow pure
    static if(!(!isDynamicArray!U))
    U
    transmute
    (
    T
    )
    (
    T[] value
    )

Meta