fromBytes

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(T) fromBytes(inout(ubyte)[] bytes)
  2. inout(T) fromBytes(inout(ubyte)[] bytes)
    deprecated
    inout(T)
    fromBytes
    (
    T
    )
    (
    inout(ubyte)[] bytes
    )
    if (
    is(T U == U[]) &&
    !hasIndirections!U
    )

Meta