Method
lexicographicallyPrecedes(_:by:)
Inherited from Sequence.lexicographicallyPrecedes(_:by:).
func lexicographicallyPrecedes<OtherSequence>(_ other: OtherSequence, by areInIncreasingOrder: (Self.Element, Self.Element) throws -> Bool) rethrows -> Bool where OtherSequence : Sequence, Self.Element == OtherSequence.Element