oscSerialize

stored a POD type into an unaligned bytes array, using little endian representation

  1. size_t oscSerialize(ubyte* buffer, const(ubyte)[] s)
  2. void oscSerialize(T value, int* bytes)
    void
    oscSerialize
    (
    T
    )
    (
    const T value
    ,
    int* bytes
    )

Meta