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