-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Description
vector/vector/src/Data/Vector/Unboxed.hs
Lines 1901 to 1906 in 04194a0
| -- | /O(n)/ Right-to-left scan over a vector (strictly) with its index. | |
| -- | |
| -- @sinqce 0.12.2.0 | |
| iscanr' :: (Unbox a, Unbox b) => (Int -> a -> b -> b) -> b -> Vector a -> Vector b | |
| {-# INLINE iscanr' #-} | |
| iscanr' = G.iscanr' |
Metadata
Metadata
Assignees
Labels
No labels