microgroove-0.2.1.0: Array-backed extensible records

Safe HaskellNone
LanguageHaskell2010

Data.Microgroove.Lib.Vector

Synopsis

Documentation

subVector# :: PrimMonad m => Int -> [Int] -> MVector (PrimState m) x -> m (MVector (PrimState m) x) Source #

Select elements in an ascending list of indicies. The Int must be the length of the [Int] list, and the [Int] list must be in ascending order, but neither are checked.