A custom playground Quick Look for the String instance.
SDK
- Xcode 10.2–10.2Deprecated
Framework
- Swift Standard Library
Declaration
var customPlaygroundQuickLook: _PlaygroundQuickLook { get }
A custom playground Quick Look for the String instance.
SDK
Framework
var customPlaygroundQuickLook: _PlaygroundQuickLook { get }
func index(of: Character) -> String.Index? Returns the first index where the specified value appears in the collection.
init(stringInterpolation : DefaultStringInterpolation) Creates a new instance from an interpolated string literal.
init(stringLiteral : String)Creates an instance initialized to the given string value.
init(unicodeScalarLiteral : String)Creates an instance initialized to the given value.
init(extendedGraphemeClusterLiteral : String)Creates an instance initialized to the given value.
func withContiguousStorageIfAvailable <R>((UnsafeBufferPointer<Character>) -> R) -> R? Call body(p), where p is a pointer to the collection’s contiguous storage. If no such storage exists, it is first created. If the collection does not support an internal representation in a form of contiguous storage, body is not called and nil is returned.