Handbook
Glossary
tail>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
tail>>
( object -- value )
Methods
USING:
accessors
kernel.private
math.vectors.simd
math.vectors.simd.cords
slots.private
;
M:
char-32
tail>>
3
slot
{
char-16
}
declare
;
inline
USING:
accessors
kernel.private
math.vectors.simd
math.vectors.simd.cords
slots.private
;
M:
double-4
tail>>
3
slot
{
double-2
}
declare
;
inline
USING:
accessors
graphviz
slots.private
;
M:
edge
tail>>
2
slot
;
inline
USING:
accessors
kernel.private
math.vectors.simd
math.vectors.simd.cords
slots.private
;
M:
float-8
tail>>
3
slot
{
float-4
}
declare
;
inline
USING:
accessors
sequences.cords
slots.private
;
M:
generic-cord
tail>>
3
slot
;
inline
USING:
accessors
kernel.private
math.vectors.simd
math.vectors.simd.cords
slots.private
;
M:
int-8
tail>>
3
slot
{
int-4
}
declare
;
inline
USING:
accessors
kernel.private
math.vectors.simd
math.vectors.simd.cords
slots.private
;
M:
longlong-4
tail>>
3
slot
{
longlong-2
}
declare
;
inline
USING:
accessors
kernel.private
persistent.vectors
persistent.vectors.private
slots.private
;
M:
persistent-vector
tail>>
4
slot
{
node
}
declare
;
inline
USING:
accessors
kernel.private
math.vectors.simd
math.vectors.simd.cords
slots.private
;
M:
short-16
tail>>
3
slot
{
short-8
}
declare
;
inline
USING:
accessors
kernel.private
math.vectors.simd
math.vectors.simd.cords
slots.private
;
M:
uchar-32
tail>>
3
slot
{
uchar-16
}
declare
;
inline
USING:
accessors
kernel.private
math.vectors.simd
math.vectors.simd.cords
slots.private
;
M:
uint-8
tail>>
3
slot
{
uint-4
}
declare
;
inline
USING:
accessors
kernel.private
math.vectors.simd
math.vectors.simd.cords
slots.private
;
M:
ulonglong-4
tail>>
3
slot
{
ulonglong-2
}
declare
;
inline
USING:
accessors
kernel.private
math.vectors.simd
math.vectors.simd.cords
slots.private
;
M:
ushort-16
tail>>
3
slot
{
ushort-8
}
declare
;
inline
USING:
accessors
alien
alien.syntax
classes.struct
classes.struct.private
yaml.ffi
;
M:
yaml_emitter_events
tail>>
T{
struct-slot-spec
{
name
"tail"
}
{
offset 24
}
{
class
c-ptr
}
{
type
pointer:
yaml_event_t
}
}
read-struct-slot
;
inline
USING:
accessors
alien
alien.syntax
classes.struct
classes.struct.private
yaml.ffi
;
M:
yaml_parser_tokens
tail>>
T{
struct-slot-spec
{
name
"tail"
}
{
offset 24
}
{
class
c-ptr
}
{
type
pointer:
yaml_token_t
}
}
read-struct-slot
;
inline