Handbook
Glossary
predicate<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
predicate<<
( value object -- )
Methods
USING:
accessors
slots.private
tools.test.fuzz.private
;
M:
fuzz-test-failure
predicate<<
3
set-slot
;
inline
USING:
accessors
slots.private
ui.operations
;
M:
operation
predicate<<
2
set-slot
;
inline
USING:
accessors
cuda.ptx
kernel
slots
slots.private
;
M:
ptx-instruction
predicate<<
[
dup
[
ptx-operand?
]
[
t
]
if*
[
maybe{
ptx-operand
}
bad-slot-value
]
unless
]
dip
3
set-slot
;
inline