mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
Sync
This commit is contained in:
parent
a27f342208
commit
3368fa2ff0
1 changed files with 35 additions and 35 deletions
|
@ -45,73 +45,73 @@ See the [SRFI document](http://srfi.schemers.org/srfi-128/srfi-128.html) for mor
|
|||
- [`>=? `](#-4)
|
||||
- [`comparator-if<=> `](#comparator-if)
|
||||
|
||||
#comparator?
|
||||
# comparator?
|
||||
|
||||
#comparator-ordered?
|
||||
# comparator-ordered?
|
||||
|
||||
#comparator-hashable?
|
||||
# comparator-hashable?
|
||||
|
||||
#make-comparator
|
||||
# make-comparator
|
||||
|
||||
#make-pair-comparator
|
||||
# make-pair-comparator
|
||||
|
||||
#make-list-comparator
|
||||
# make-list-comparator
|
||||
|
||||
#make-vector-comparator
|
||||
# make-vector-comparator
|
||||
|
||||
#make-eq-comparator
|
||||
# make-eq-comparator
|
||||
|
||||
#make-eqv-comparator
|
||||
# make-eqv-comparator
|
||||
|
||||
#make-equal-comparator
|
||||
# make-equal-comparator
|
||||
|
||||
#boolean-hash
|
||||
# boolean-hash
|
||||
|
||||
#char-hash
|
||||
# char-hash
|
||||
|
||||
#char-ci-hash
|
||||
# char-ci-hash
|
||||
|
||||
#string-hash
|
||||
# string-hash
|
||||
|
||||
#string-ci-hash
|
||||
# string-ci-hash
|
||||
|
||||
#symbol-hash
|
||||
# symbol-hash
|
||||
|
||||
#number-hash
|
||||
# number-hash
|
||||
|
||||
#make-default-comparator
|
||||
# make-default-comparator
|
||||
|
||||
#default-hash
|
||||
# default-hash
|
||||
|
||||
#comparator-register-default!
|
||||
# comparator-register-default!
|
||||
|
||||
#comparator-type-test-predicate
|
||||
# comparator-type-test-predicate
|
||||
|
||||
#comparator-equality-predicate
|
||||
# comparator-equality-predicate
|
||||
|
||||
#comparator-ordering-predicate
|
||||
# comparator-ordering-predicate
|
||||
|
||||
#comparator-hash-function
|
||||
# comparator-hash-function
|
||||
|
||||
#comparator-test-type
|
||||
# comparator-test-type
|
||||
|
||||
#comparator-check-type
|
||||
# comparator-check-type
|
||||
|
||||
#comparator-hash
|
||||
# comparator-hash
|
||||
|
||||
#hash-bound
|
||||
# hash-bound
|
||||
|
||||
#hash-salt
|
||||
# hash-salt
|
||||
|
||||
#=?
|
||||
# =?
|
||||
|
||||
#<?
|
||||
# <?
|
||||
|
||||
#>?
|
||||
# >?
|
||||
|
||||
#<=?
|
||||
# <=?
|
||||
|
||||
#>=?
|
||||
# >=?
|
||||
|
||||
#comparator-if<=>
|
||||
# comparator-if<=>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue