init(location:length:)
Initializes an command execution range.
Declaration
init(location: UInt32, length: UInt32)Parameters
- location:
The start index of the range.
- length:
The number of items in the range.
Initializes an command execution range.
init(location: UInt32, length: UInt32)The start index of the range.
The number of items in the range.