Sequence
extension Sequence
-
2-tuple containing the
head
Element
andtail
[Element]
ofSelf
Declaration
Swift
public var destructured: (Element, AnySequence<Element>)? { get }
Destructure Docs (100% documented)
extension Sequence
2-tuple containing the head
Element
and tail
[Element]
of Self
Swift
public var destructured: (Element, AnySequence<Element>)? { get }