Initializerswift 6.0.1Swift

    init(_:)

    Creates an AnyBidirectionalCollection having the same underlying collection as other.

    init?(_ other: AnyCollection<Element>)

    If the underlying collection stored by other does not satisfy BidirectionalCollection, the result is nil.

    Other members in extension

    Typealiases

    Type members

    Instance members