Generic Function Less (8 methods)

( less collection value1 &optional value2 )

Part of:

package fset
On a set, removes value1 from it if present, returning the updated set.
On a bag, removes value2 occurrences of value1 if present, returning the
updated bag; value2 defaults to 1. On a map, removes the pair whose key is
value1, if present, returning the updated map. On a seq, removes the element
at index value1, if that index is in bounds, and shifts subsequent elements
down, returning the updated seq.

Method Summary

less bounded-set  t  
less complement-set  t  
less interval-set  interval  
less wb-2-relation  t  
less wb-bag  t  
less wb-map  t  
less wb-seq  t  
less wb-set  t