Implement comparator functions for ranks, suits and cards.

This commit is contained in:
2025-02-14 17:17:58 +00:00
parent 3906be4d59
commit 9ab585d7af
2 changed files with 14 additions and 1 deletions

View File

@@ -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)