Handbook
Glossary
mapping>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
mapping>>
( object -- value )
Methods
USING:
accessors
compiler.tree
slots.private
;
M:
#shuffle
mapping>>
2
slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
yaml.ffi
;
M:
node_data
mapping>>
T{
struct-slot-spec
{
name
"mapping"
}
{
offset 0
}
{
class
mapping_node_data
}
{
initial
S{
mapping_node_data
{
pairs
S{
mapping_node_data_pairs
{
start
f
}
{
end
f
}
{
top
f
}
}
}
{
style
YAML_ANY_MAPPING_STYLE
}
}
}
{
type
mapping_node_data
}
}
read-struct-slot
;
inline