Copyright | (c) Matt Hunzinger 2025 |
---|---|
License | BSD-style (see the LICENSE file in the distribution) |
Maintainer | matt@hunzinger.me |
Stability | provisional |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Data.SparseVector.Mutable
Description
Documentation
newtype MSparseVector s a Source #
Constructors
MSparseVector | |
Fields
|
insert :: PrimMonad m => Int -> a -> MSparseVector (PrimState m) a -> m (MSparseVector (PrimState m) a) Source #