location>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: location>> ( object -- value )


Methods

M: CFRange location>>
T{ struct-slot-spec
{ name "location" }
{ offset 0 }
{ class integer }
{ initial 0 }
{ type CFIndex }
} read-struct-slot ; inline



M: NSRange location>>
T{ struct-slot-spec
{ name "location" }
{ offset 0 }
{ class integer }
{ initial 0 }
{ type NSUInteger }
} read-struct-slot ; inline



M: body location>>
T{ struct-slot-spec
{ name "location" }
{ offset 0 }
{ class double-4 }
{ initial double-4{ 0.0 0.0 0.0 0.0 } }
{ type double-4 }
} read-struct-slot ; inline