No overview available.
SDKs
- iOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.3+
Framework
- Dispatch
Declaration
subscript(x: (Unbounded Range_) -> ()) -> Slice<Dispatch Data> { get }
No overview available.
SDKs
Framework
subscript(x: (Unbounded Range_) -> ()) -> Slice<Dispatch Data> { get }
subscript<R>(R) -> Slice<Dispatch Data>
Accesses the contiguous subrange of the collection’s elements specified by a range expression.
func random Element() -> UInt8?
Returns a random element of the collection.
func random Element<T>(using: inout T) -> UInt8?
Returns a random element of the collection, using the given generator as a source for randomness.
var lazy: Lazy Sequence<Dispatch Data>
A sequence containing the same elements as this sequence, but on which some operations, such as map
and filter
, are implemented lazily.