Index

public struct Index : Comparable

A position in Slices.

  • Returns true iff l precedes r in the collection.

    Declaration

    public static func < (l: Index, r: Index) -> Bool