cerealise

Slower version of cerealise that returns a ubyte slice. It's preferable to use the version with the lambda template alias

  1. auto cerealise(auto ref T val)
  2. ubyte[] cerealise(auto ref T val)
    ubyte[]
    cerealise
    (
    T
    )
    (
    auto ref T val
    )

Meta