We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc062e commit e1429ddCopy full SHA for e1429dd
stdlib/public/core/Sequence.swift
@@ -378,8 +378,8 @@ public protocol Sequence<Element> {
378
/// or not the item is an element of this sequence.
379
///
380
/// - Complexity: If this function returns `nil`, it must do so in constant
381
- /// time. If this returns non-`nil`, then it must have better than linear
382
- /// complexity.
+ /// (O(1)) time. If this returns non-`nil`, then it must have better than linear
+ /// (O(*n*)) complexity.
383
func _customContainsEquatableElement(
384
_ element: Element
385
) -> Bool?
0 commit comments