Handbook
Glossary
client>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
client>>
( object -- value )
Methods
USING:
accessors
irc.client.chats
slots.private
;
M:
irc-chat
client>>
3
slot
;
inline
USING:
accessors
furnace.sessions
slots.private
;
M:
session
client>>
7
slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
macho
;
M:
sub_client_command
client>>
T{
struct-slot-spec
{
name
"client"
}
{
offset 8
}
{
class
lc_str
}
{
initial
S{
lc_str
{
offset 0
}
{
ptr
f
}
}
}
{
type
lc_str
}
}
read-struct-slot
;
inline