| LOW | proposals/0336-distributed-actor-isolation.md | 301 | /// |
| LOW | proposals/0419-backtrace-api.md | 81 | /// |
| LOW | proposals/0419-backtrace-api.md | 101 | /// |
| LOW | proposals/0419-backtrace-api.md | 121 | /// |
| LOW | proposals/0419-backtrace-api.md | 181 | |
| LOW | proposals/0419-backtrace-api.md | 201 | /// |
| LOW | proposals/0419-backtrace-api.md | 241 | /// this off e.g. in Kubernetes so that pods restart promptly on crash. |
| LOW | proposals/0419-backtrace-api.md | 361 | /// True if this symbol represents a Swift runtime failure. |
| LOW | proposals/0453-vector.md | 261 | extension InlineArray where Element: ~Copyable { |
| LOW | proposals/0453-vector.md | 281 | /// an immutable borrow reference to the previously initialized element. The |
| LOW | proposals/0410-atomics.md | 201 | /// - An acquiring fence ties to any preceding atomic operation that |
| LOW | proposals/0410-atomics.md | 581 | ### Basic Atomic Operations |
| LOW | proposals/0410-atomics.md | 601 | ordering: AtomicStoreOrdering |
| LOW | proposals/0410-atomics.md | 621 | /// ``` |
| LOW | proposals/0410-atomics.md | 641 | ordering: AtomicUpdateOrdering |
| LOW | proposals/0410-atomics.md | 661 | /// will be used when the operation leaves the value intact. |
| LOW | proposals/0410-atomics.md | 681 | /// Perform an atomic weak compare and exchange operation on the current |
| LOW | proposals/0410-atomics.md | 701 | /// |
| LOW | proposals/0410-atomics.md | 721 | /// ``` |
| LOW | proposals/0410-atomics.md | 901 | /// the current value without updating it. |
| LOW | proposals/0405-string-validating-initializers.md | 61 | We want these new initializers to be performant. As such, their implementation should minimize the number of memory allo |
| LOW | proposals/0405-string-validating-initializers.md | 81 | /// let invalid = String(validating: invalidUTF16, as: UTF16.self) |
| LOW | proposals/0405-string-validating-initializers.md | 101 | /// The following example calls this initializer with the contents of two |
| LOW | proposals/0405-string-validating-initializers.md | 121 | validating codeUnits: some Sequence<Int8>, |
| LOW | proposals/0405-string-validating-initializers.md | 141 | /// validUTF8.withUnsafeBufferPointer { ptr in |
| LOW | proposals/0074-binary-search.md | 121 | /// Returns the range of elements equivalent to `element`, using |
| LOW | proposals/0074-binary-search.md | 141 | /// least partitioned by `element`. |
| LOW | proposals/0247-contiguous-strings.md | 41 | (For rationale on why StringProtocol was excluded, see “What about StringProtocol?” in Alternatives Considered) |
| LOW | proposals/0247-contiguous-strings.md | 61 | public mutating func makeContiguousUTF8() |
| LOW | proposals/0247-contiguous-strings.md | 81 | // Contiguous UTF-8 strings |
| LOW | proposals/0247-contiguous-strings.md | 101 | /// which will also speed up subsequent access. If this mutates the substring, |
| LOW | proposals/0247-contiguous-strings.md | 201 | /// Complexity: O(1) if `self` is contiguous UTF-8, otherwise O(n) |
| LOW | proposals/0259-approximately-equal.md | 81 | ```swift |
| LOW | proposals/0259-approximately-equal.md | 101 | /// Much of this advice is false, and most of the rest is technically |
| LOW | proposals/0259-approximately-equal.md | 121 | /// consult with a friendly numerical analyst. |
| LOW | proposals/0259-approximately-equal.md | 141 | guard self.isFinite && other.isFinite else { |
| LOW | proposals/0259-approximately-equal.md | 161 | /// subtractions, use a tolerance of `.ulpOfOne * n * scale`, where |
| LOW | proposals/0525-rawspan-safe-loading-api.md | 281 | extension RawSpan { |
| LOW | proposals/0525-rawspan-safe-loading-api.md | 301 | /// `offset` must be completely within the span. |
| LOW | proposals/0525-rawspan-safe-loading-api.md | 341 | ``` |
| LOW | proposals/0525-rawspan-safe-loading-api.md | 381 | ) where T: BitwiseCopyable |
| LOW | proposals/0525-rawspan-safe-loading-api.md | 401 | /// Returns a value constructed from the raw memory at the specified offset. |
| LOW | proposals/0525-rawspan-safe-loading-api.md | 421 | /// `offset` is not required to be aligned for `T`. |
| LOW | proposals/0525-rawspan-safe-loading-api.md | 481 | as type: T.Type |
| LOW | proposals/0525-rawspan-safe-loading-api.md | 501 | /// There must be at least `count * MemoryLayout<T>.stride` bytes |
| LOW | proposals/0525-rawspan-safe-loading-api.md | 521 | /// - repeatedValue: The value to store as raw bytes. |
| LOW | proposals/0525-rawspan-safe-loading-api.md | 581 | /// |
| LOW | proposals/0525-rawspan-safe-loading-api.md | 681 | |
| LOW | proposals/0445-string-index-printing.md | 141 | |
| LOW | proposals/0513-commandline-executablepath.md | 81 | /// path to the current executable, you can pass the value of this property to |
| LOW | proposals/0308-postfix-if-config-expressions.md | 221 | ### Nested `#if` blocks |
| LOW | …s/0424-custom-isolation-checking-for-serialexecutor.md | 61 | // ... |
| LOW | proposals/0138-unsaferawbufferpointer.md | 681 | ``` |
| LOW | proposals/0138-unsaferawbufferpointer.md | 701 | /// Generally, native Swift types that do not contain strong or |
| LOW | proposals/0138-unsaferawbufferpointer.md | 721 | /// // View a slice of memory at someBytes. Nothing is copied. |
| LOW | proposals/0138-unsaferawbufferpointer.md | 781 | /// Deallocate this memory allocated for `bytes` number of bytes. |
| LOW | proposals/0138-unsaferawbufferpointer.md | 801 | public func load<T>(fromByteOffset offset: Int = 0, as type: T.Type) -> T { |
| LOW | proposals/0138-unsaferawbufferpointer.md | 841 | /// Copies `count` bytes from `source` into memory at `self`. |
| LOW | proposals/0138-unsaferawbufferpointer.md | 921 | /// but it's indices will be rebased to zero. Given: |
| LOW | proposals/0138-unsaferawbufferpointer.md | 1081 | /// |
| 634 more matches not shown… |