transmute

Return a bit by bit unchecked identical representation of the passed argument

  1. U transmute(T value)
    template transmute(U)
    @system @nogc nothrow pure
    static if(!isDynamicArray!U)
    U
    transmute
    (
    T
    )
    (
    in T value
    )
  2. U transmute(T[] value)

Members

Functions

transmute
U transmute(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
transmute
U transmute(T[] value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta