Handbook
Glossary
face<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
face<<
( value object -- )
Methods
USING:
accessors
game.models.half-edge
slots.private
;
M:
edge
face<<
2
set-slot
;
inline
USING:
accessors
gpu.framebuffers
kernel
slots
slots.private
;
M:
system-attachment
face<<
[
dup
[
framebuffer-attachment-face?
]
[
t
]
if*
[
maybe{
framebuffer-attachment-face
}
bad-slot-value
]
unless
]
dip
3
set-slot
;
inline