SRFI-217SRFI-217: Integer Sets https://srfi.schemers.org/srfi-217/srfi-217.html SRFI-217 is implemented in Chicken Gauche STklos Constructorsiset?, iset-unfold?, make-range-iset? Predicatesiset??, iset-contains??, iset-empty??, iset-disjoint?? Accessorsiset-member?, iset-min?, iset-max? Upadtersiset-adjoin?, iset-adjoin!?, iset-delete?, iset-delete!?, iset-delete-all?, iset-delete-all!?, iset-search?, iset-search!?, iset-delete-min?, iset-delete-min!?, iset-delete-max?, iset-delete-max!? The Whole isetiset-size?, iset-find?, iset-count?, iset-any??, iset-every?? Mapping and foldingiset-map?, iset-for-each?, iset-fold?, iset-fold-right?, iset-filter?, iset-filter!?, iset-remove?, iset-remove!?, iset-partition?, iset-partition!? Copying and conversioniset-copy?, iset->list?, list->iset?, list->iset!? Subsetsiset=??, iset<??, iset>??, iset<=??, iset>=?? Set theory operationsiset-union?, iset-intersection?, iset-difference?, iset-xor?, iset-union!?, iset-intersection!?, iset-difference!?, iset-xor!? Intervals and rangesiset-open-interval?, iset-closed-interval?, iset-open-closed-interval?, iset-closed-open-interval?, isbuset=?, isubset<?, isubset<=?, isbuset>?, isbuset>=? | About This SiteHome Alphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ConceptsConcept:CaseSensitivity Concept:DocumentationFormat Concept:ExtendedLambdaList Concept:FileSystem Concept:FindAndAnyInCollection Concept:ForeignInterface Concept:HashTable Concept:Module Concept:Networking Concept:ObjectSystem Concept:Process Concept:RegularExpression Concept:UserGroup Implementations
External Links |