Joy Online Manual

NAME
objc:typeOfPtr - Type-dereferene a pointer

SYNOPSIS

objc:typeOfPtr pointer

DESCRIPTION
Returns the target type of the pointer pointer.

EXAMPLE

joy> objc:typeOfPtr [@ string]
NSInlineCString

SEE ALSO

objc:newPtr
objc:peek
objc:typedef

KEYWORDS
dereferencing, pointer

Index