The FLI ns-range type is a structure type for use as the Objective-C type
NSRange
. The structure has two slots,
:location
and
:length
, both of foreign type
(:unsigned :int)
.
When used directly in method definition or invocation, it allows automatic conversion to/from a cons of the form
(
location
.
length
)
.