RemoveByKeyRelativeIndexRange(MapReturnType, Exp, Exp, Exp, CTX[]) |
Create expression that removes map items nearest to key and greater by index.
Valid returnType values are NONE
or INVERTED Examples for map [{0=17},{4=2},{5=15},{9=10}]:
|
RemoveByKeyRelativeIndexRange(MapReturnType, Exp, Exp, Exp, Exp, CTX[]) |
Create expression that removes map items nearest to key and greater by index with a count limit.
Valid returnType values are NONE
or INVERTED Examples for map [{0=17},{4=2},{5=15},{9=10}]:
|