Handbook
Glossary
subtype-intersects? ( json subtypes -- ? )
Vocabulary
scryfall
Inputs
json
an
object
subtypes
an
object
Outputs
?
an
object
Definition
USING:
kernel
sequences
sets
unicode
;
IN:
scryfall
:
subtype-intersects?
( json subtypes -- ? )
[
type-line-of
]
dip
[
>lower
]
map
[
[
second
[
>lower
]
map
]
]
dip
[
intersects?
]
curry
compose
any?
;