pub fn remove_by_index_range(
    index: FilterExpression,
    bin: FilterExpression,
    ctx: &[CdtContext]
) -> FilterExpression
Expand description

Create expression that removes map items starting at specified index to the end of map.