tgvashworth/compressed-set

Input validation in the constructor

Closed this issue · 1 comments

This isn't good:

this.buffer = buffer || new ArrayBuffer(

Figgzed.