emplaceValue

Emplace value at address p. Assumes that enough memory is allocated at that address. (You can find needed amount of memory with sizeInBytes function)

  1. void emplaceValue(ubyte* p, Value v)
    void
    emplaceValue
    (
    ubyte* p
    ,
    ref Value v
    )
  2. void emplaceValue(Appender!(ubyte[]) appender, Value v)

Meta