Joy Online Manual
NAME |
objc:sizeof - Return a type's size |
SYNOPSIS |
objc:sizeof type
DESCRIPTION |
Returns type's size in bytes. |
EXAMPLES |
tcl> objc:sizeof {struct int float}
8
tcl> objc:sizeof NSPoint
8
SEE ALSO |
KEYWORDS |
type |
Index |