The index of the first element in a nonempty buffer.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
Declaration
var startIndex: Int { get }
Discussion
The start
property of an Unsafe
instance is always zero.
The index of the first element in a nonempty buffer.
SDK
Framework
var startIndex: Int { get }
The start
property of an Unsafe
instance is always zero.