Handbook
Glossary
elt>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
elt>>
( object -- value )
Methods
USING:
accessors
alien
alien.c-types
alien.syntax
chipmunk.ffi
classes.struct
classes.struct.private
;
M:
cpHashSetBin
elt>>
T{
struct-slot-spec
{
name
"elt"
}
{
offset 0
}
{
class
c-ptr
}
{
type
pointer:
void
}
}
read-struct-slot
;
inline
USING:
accessors
sequences.interleaved
slots.private
;
M:
interleaved
elt>>
3
slot
;
inline
USING:
accessors
sequences.padded
slots.private
;
M:
padded
elt>>
4
slot
;
inline
USING:
accessors
sequences.prefixed
slots.private
;
M:
prefixed
elt>>
2
slot
;
inline
USING:
accessors
sequences
slots.private
;
M:
repetition
elt>>
3
slot
;
inline
USING:
accessors
sequences.suffixed
slots.private
;
M:
suffixed
elt>>
3
slot
;
inline