jsonpatch-0.3.0.2: JSON Patch parsing and application
Copyright(c) 2025 Patrick Brisbin
LicenseAGPL-3
Maintainer[email protected]
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageGHC2021

Data.Vector.Ext

Description

 
Synopsis

Documentation

deleteAt :: Int -> Vector a -> Vector a Source #

Delete from a vector and shift all later elements left

insertAt :: Int -> a -> Vector a -> Vector a Source #

Insert into a vector and shift all later elements right