mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #4259 from natecook1000/nc-fixes-04
[stdlib] Documentation revisions
This commit is contained in:
@@ -137,7 +137,8 @@ public protocol UnicodeCodec {
|
||||
/// Searches for the first occurrence of a `CodeUnit` that is equal to 0.
|
||||
///
|
||||
/// Is an equivalent of `strlen` for C-strings.
|
||||
/// - Complexity: O(n)
|
||||
///
|
||||
/// - Complexity: O(*n*)
|
||||
static func _nullCodeUnitOffset(in input: UnsafePointer<CodeUnit>) -> Int
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user