bitCast.bitCast

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T bitCast(S[1] source)
    template bitCast(T, S)
    pure
    T
    bitCast
    ()
    if (
    T.sizeof == S.sizeof &&
    is(S == float)
    &&
    !is(T == class)
    &&
    !is(T == interface)
    )
  2. template bitCast(T, S)

Meta