Handbook
Glossary
pixel-format-attribute>array ( obj table -- arr/f )
Vocabulary
ui
.
pixel-formats
Inputs
obj
an
object
table
an
object
Outputs
arr/f
an
object
Definition
USING:
assocs
combinators
kernel
words
;
IN:
ui.pixel-formats
:
pixel-format-attribute>array
( obj table -- arr/f )
{
{
[
over
pixel-format-attribute?
]
[
(pixel-format-attribute)
]
}
{
[
over
word?
]
[
at
]
}
[
2drop
f
]
}
cond
;