apoc.coll.remove

Function

apoc.coll.remove(coll, index, [length=1]) | remove range of values from index to length

Signature

apoc.coll.remove(coll :: LIST? OF ANY?, index :: INTEGER?, length = 1 :: INTEGER?) :: (LIST? OF ANY?)

Input parameters

Name Type Default

coll

LIST? OF ANY?

null

index

INTEGER?

null

length

INTEGER?

1