purescript/purescript-arrays

Implement `STArray.push` via proper FFI

i-am-the-slime opened this issue · 0 comments

Right now push does pushAll [ x ].
One would use an STArray for good performance and this implementation undermines this.