Sequence

extension Sequence
  • 2-tuple containing the head Element and tail [Element] of Self

    Declaration

    Swift

    public var destructured: (Element, AnySequence<Element>)? { get }