pub fn remove_by_index(
    bin: &str,
    index: i64,
    return_type: ListReturnType
) -> Operation<'_>
Expand description

Creates a list remove operation. Server removes list item identified by index and returns removed data specified by returnType.