SwiftString.UTF8View
Overview
Location
-
Reference:
- Swift.dll .NET
- swift.jar Cooper
- libSwift.fx Toffee
- Namespace: Swift
- Nested in: SwiftString
- Platforms: .NET, Cooper, Toffee
- Ancestry: SwiftString.BaseCharacterView | SwiftString.UTF8View
count override
property count: not nullable Int read;
Int! count { get; }
var count: Int { get{} }
Int! count { __get; }
description override
method description: not nullable NativeString
NativeString! description()
func description() -> NativeString
NativeString! description()
endIndex override
property endIndex: not nullable Int64 read;
Int64! endIndex { get; }
// .NET, Toffee-iOS, Toffee-iOS Simulator, Toffee-macOS, Toffee-tvOS, Toffee-tvOS Simulator, Toffee-watchOS
var endIndex: Int64 { get{} }
// Toffee-watchOS Simulator
var endIndex: Int32 { get{} }
Int64! endIndex { __get; }
isEmpty virtual (declared in SwiftString.BaseCharacterView)
property isEmpty: not nullable Bool read;
Bool! isEmpty { get; }
var isEmpty: Bool { get{} }
Bool! isEmpty { __get; }
Item virtual
property Item[index: not nullable Int]: not nullable UTF8Char read;
UTF8Char! Item[Int! index] { get; }
subscript Item(_ index: Int) -> UTF8Char { get{} }
UTF8Char! Item[Int! index] { __get; }
startIndex virtual (declared in SwiftString.BaseCharacterView)
property startIndex: not nullable Int64 read;
Int64! startIndex { get; }
// .NET, Toffee-iOS, Toffee-iOS Simulator, Toffee-macOS, Toffee-tvOS, Toffee-tvOS Simulator, Toffee-watchOS
var startIndex: Int64 { get{} }
// Toffee-watchOS Simulator
var startIndex: Int32 { get{} }
Int64! startIndex { __get; }
ToString .NET, Cooper
count override
property count: not nullable Int read;
Int! count { get; }
var count: Int { get{} }
Int! count { __get; }
endIndex override
property endIndex: not nullable Int64 read;
Int64! endIndex { get; }
// .NET, Toffee-iOS, Toffee-iOS Simulator, Toffee-macOS, Toffee-tvOS, Toffee-tvOS Simulator, Toffee-watchOS
var endIndex: Int64 { get{} }
// Toffee-watchOS Simulator
var endIndex: Int32 { get{} }
Int64! endIndex { __get; }
isEmpty virtual (declared in SwiftString.BaseCharacterView)
property isEmpty: not nullable Bool read;
Bool! isEmpty { get; }
var isEmpty: Bool { get{} }
Bool! isEmpty { __get; }
Item virtual
property Item[index: not nullable Int]: not nullable UTF8Char read;
UTF8Char! Item[Int! index] { get; }
subscript Item(_ index: Int) -> UTF8Char { get{} }
UTF8Char! Item[Int! index] { __get; }
startIndex virtual (declared in SwiftString.BaseCharacterView)
property startIndex: not nullable Int64 read;
Int64! startIndex { get; }
// .NET, Toffee-iOS, Toffee-iOS Simulator, Toffee-macOS, Toffee-tvOS, Toffee-tvOS Simulator, Toffee-watchOS
var startIndex: Int64 { get{} }
// Toffee-watchOS Simulator
var startIndex: Int32 { get{} }
Int64! startIndex { __get; }