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?)
Function
apoc.coll.remove(coll, index, [length=1]) | remove range of values from index to length
apoc.coll.remove(coll :: LIST? OF ANY?, index :: INTEGER?, length = 1 :: INTEGER?) :: (LIST? OF ANY?)