init(Base.Index)
Creates a new index into a reversed collection for the position before the specified index.
逆にされたコレクションへのある新しいインデックスを、指定されたインデックスの前の位置に対して、作成します。
Availability
Technology
@frozen struct Index
init(Base.Index)
let base: Base.Index
var hashValue : Int
Base
conforms to BidirectionalCollection
and Base
.
Index
conforms to Hashable
.
Base
がBidirectionalCollection
に準拠するそしてBase
.
Index
がHashable
に準拠する時に利用可能です。
func hash(into: inout Hasher)
Base
conforms to BidirectionalCollection
and Base
.
Index
conforms to Hashable
.
Base
がBidirectionalCollection
に準拠するそしてBase
.
Index
がHashable
に準拠する時に利用可能です。
static func != (ReversedCollection<Base>.Index, ReversedCollection<Base>.Index) -> Bool
static func ... (ReversedCollection<Base>.Index) -> PartialRangeFrom<ReversedCollection<Base>.Index>
static func ... (ReversedCollection<Base>.Index) -> PartialRangeThrough<ReversedCollection<Base>.Index>
static func ... (ReversedCollection<Base>.Index, ReversedCollection<Base>.Index) -> ClosedRange<ReversedCollection<Base>.Index>
static func ..< (ReversedCollection<Base>.Index) -> PartialRangeUpTo<ReversedCollection<Base>.Index>
static func ..< (ReversedCollection<Base>.Index, ReversedCollection<Base>.Index) -> Range<ReversedCollection<Base>.Index>
static func < (ReversedCollection<Base>.Index, ReversedCollection<Base>.Index) -> Bool
static func <= (ReversedCollection<Base>.Index, ReversedCollection<Base>.Index) -> Bool
static func == (ReversedCollection<Base>.Index, ReversedCollection<Base>.Index) -> Bool
static func > (ReversedCollection<Base>.Index, ReversedCollection<Base>.Index) -> Bool
static func >= (ReversedCollection<Base>.Index, ReversedCollection<Base>.Index) -> Bool
Comparable
Hashable
Base
conforms to BidirectionalCollection
and Base
.
Index
conforms to Hashable
.
Base
がBidirectionalCollection
に準拠するそしてBase
.
Index
がHashable
に準拠する時に準拠します。