Index

public struct Index : Comparable

A position in a Concatenation.

  • Returns true iff lhs precedes rhs.

    Declaration

    Swift

    public static func < (lhs: `Self`, rhs: `Self`) -> Bool