Yomguithereal / mnemonist

Curated collection of data structures for the JavaScript/TypeScript language.
https://yomguithereal.github.io/mnemonist
MIT License
2.26k stars 92 forks source link

fix(PointerArray): throw error if array size > 4294967295 #168

Closed trivikr closed 3 years ago

trivikr commented 3 years ago

Refs: https://github.com/Yomguithereal/mnemonist/issues/167#issuecomment-845235578

Yomguithereal commented 3 years ago

Thanks @trivikr. Merging right now.