path>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: path>> ( object -- value )


Methods



















M: dll path>>
T{ struct-slot-spec
{ name "path" }
{ offset 8 }
{ class integer }
{ initial 0 }
{ type cell_t }
} read-struct-slot ; inline























































































M: rpath_command path>>
T{ struct-slot-spec
{ name "path" }
{ offset 8 }
{ class lc_str }
{ initial S{ lc_str { offset 0 } { ptr f } } }
{ type lc_str }
} read-struct-slot ; inline






M: sockaddr-un path>>
T{ struct-slot-spec
{ name "path" }
{ offset 2 }
{ class object }
{ type { char 104 } }
} read-struct-slot ; inline