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