Handbook
Glossary
of<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
of<<
( value object -- )
Methods
USING:
accessors
cuda.ptx
kernel
slots
slots.private
;
M:
.v2
of<<
[
dup
ptx-type?
[
\
ptx-type
bad-slot-value
]
unless
]
dip
2
set-slot
;
inline
USING:
accessors
cuda.ptx
kernel
slots
slots.private
;
M:
.v4
of<<
[
dup
ptx-type?
[
\
ptx-type
bad-slot-value
]
unless
]
dip
2
set-slot
;
inline