Implement comparator functions for ranks, suits and cards.
This commit is contained in:
@@ -40,7 +40,8 @@
|
||||
;; Converters
|
||||
:int->suit :int->rank :int->card
|
||||
:suit->int :rank->int :card->int
|
||||
))
|
||||
;; Comparators
|
||||
:suit< :rank< :card<))
|
||||
|
||||
(defpackage cantedraw.main
|
||||
(:use :cl :cantedraw.lib.macros :cantedraw.lib.functions)
|
||||
|
||||
Reference in New Issue
Block a user