Handbook
Glossary
NSRange
Vocabulary
cocoa
.
types
Definition
USING:
classes.struct
;
IN:
cocoa.types
STRUCT:
NSRange
{
location
NSUInteger
initial:
0
}
{
length
NSUInteger
initial:
0
}
;
Methods
USING:
classes.struct
classes.struct.private
cocoa.types
kernel
;
M:
NSRange
clone
clone-underlying
\
NSRange
memory>struct
;
inline
USING:
accessors
classes.struct
cocoa.types
combinators.smart
;
M:
NSRange
struct-slot-values
{
[
location>>
]
[
length>>
]
}
cleave>array
;
inline