std::os::macos::cf

CFRange

struct CFRange
{
	CFIndex location;
	CFIndex length;
}

Members

Methods