Handbook
Glossary
reject-color-identity-length<= ( seq n -- seq' )
Vocabulary
scryfall
Inputs
seq
an
object
n
an
object
Outputs
seq'
an
object
Definition
USING:
assocs
kernel
math
sequences
;
IN:
scryfall
:
reject-color-identity-length<=
( seq n -- seq' )
[
[
"color_identity"
of
length
]
]
dip
[
<=
]
curry
compose
reject
;