Handbook
Glossary
(pixel-format-attribute) ( attribute table -- arr/f )
Vocabulary
ui
.
pixel-formats
Inputs
attribute
an
object
table
an
object
Outputs
arr/f
an
object
Definition
USING:
accessors
assocs
classes
kernel
sequences
;
IN:
ui.pixel-formats
:
(pixel-format-attribute)
( attribute table -- arr/f )
[
dup
class-of
]
dip
at
[
swap
value>>
suffix
]
[
drop
f
]
if*
;