Handbook
Glossary
return<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
return<<
( value object -- )
Methods
USING:
accessors
slots.private
stack-checker.alien
;
M:
alien-node-params
return<<
2
set-slot
;
inline
USING:
accessors
cuda.ptx
kernel
slots
slots.private
;
M:
call
return<<
[
dup
[
ptx-operand?
]
[
t
]
if*
[
maybe{
ptx-operand
}
bad-slot-value
]
unless
]
dip
6
set-slot
;
inline
USING:
accessors
gobject-introspection.repository
slots.private
;
M:
callback
return<<
5
set-slot
;
inline
USING:
accessors
gobject-introspection.repository
slots.private
;
M:
function
return<<
4
set-slot
;
inline
USING:
accessors
slots.private
stack-checker.inlining
;
M:
inline-recursive
return<<
6
set-slot
;
inline
USING:
accessors
slots.private
smalltalk.compiler.lexenv
;
M:
lexenv
return<<
5
set-slot
;
inline
USING:
accessors
cuda.ptx
kernel
slots
slots.private
;
M:
ptx-func
return<<
[
dup
[
ptx-variable?
]
[
t
]
if*
[
maybe{
ptx-variable
}
bad-slot-value
]
unless
]
dip
6
set-slot
;
inline
USING:
accessors
gobject-introspection.repository
slots.private
;
M:
signal
return<<
3
set-slot
;
inline