![]() | ![]() | ![]() | object-address | ![]() |
| object
&optional hex-string-p | [Function] |
Purpose
Return the internal address of object.
Package :gbbopen-tools
Module :gbbopen-tools
Arguments and values
object | An object | |
hex-string-p | A generalized boolean (default is nil )
| |
address | An integer or a string |
Returns
The integer internal address of object or a string
containing the hexadecimal representation of the address if
Description
Object-address can be useful with
See also
printv
Examples
> (object-address *package*) 1907568474 > (object-address *package* 't) "71B32F5A" >
The GBBopen Project
![]() | ![]() | ![]() | object-address | ![]() |