Handbook
Glossary
sort-by-deck-order ( seq -- seq' )
Vocabulary
scryfall
Inputs
seq
an
object
Outputs
seq'
an
object
Definition
USING:
kernel
sequences
;
IN:
scryfall
:
sort-by-deck-order
( seq -- seq' )
[
"Land"
any-type?
not
]
partition
[
sort-by-set-colors
]
bi@
append
;