fromBytes

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T fromBytes(const(ubyte)[] bytes, size_t len)
  2. Nullable!T fromBytes(const(ubyte)[] bytes, size_t len)
    package
    Nullable!T
    fromBytes
    (
    T
    )
    (
    const(ubyte)[] bytes
    ,
    size_t len = 0
    )
    if (
    !isInstanceOf!(Nullable, T)
    )

Meta