Function aerospike::operations::lists::remove_range [] [src]

pub fn remove_range(bin: &str, index: i64, count: i64) -> Operation

Create list remove range operation. Server removes count items starting at the specified index from the list bin. Server returns the number of items removed.