Joy Online Manual

NAME
objc:expandType - Expand a type definition

SYNOPSIS

objc:expandType type

DESCRIPTION
Expands the given type into a form that consists of primitive types only.

EXAMPLE

joy> objc:expandType NSPoint
struct float float

SEE ALSO

objc:encode
objc:decode
objc:isType
objc:sizeof
objc:typedef

KEYWORDS
type

Index