OscString.this

  1. this(int v)
  2. this(float v)
  3. this(string str)
    struct OscString(char P)
    this
    (
    in string str
    )
    out { assert (_data.length % 4 == 0); }
  4. this(ubyte[] arr)

Meta