Module

FFT.Internal.Array

Package
purescript-fft-js
Repository
jeslie0/purescript-fft-js

#newUnsafe Source

newUnsafe :: forall h a. Int -> ST h (STArray h a)

Create a mutable array that is unfilled. This is not as safe as generating a filled one, but is faster.