function writeUint16()

in src/index.js [331:334]


  function writeUint16(d) {
    dv.setUint16(p, d, true);
    p += 2;
  }