Handbook
Glossary
client<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
client<<
( value object -- )
Methods
USING:
accessors
irc.client.chats
slots.private
;
M:
irc-chat
client<<
3
set-slot
;
inline
USING:
accessors
furnace.sessions
slots.private
;
M:
session
client<<
7
set-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
}
}
write-struct-slot
;
inline