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