Skip to content

Commit 4ed4f2e

Browse files
committed
[stdlib] add OutputRawSpan
1 parent 2fce25b commit 4ed4f2e

File tree

3 files changed

+421
-0
lines changed

3 files changed

+421
-0
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ split_embedded_sources(
158158
EMBEDDED Sort.swift
159159
EMBEDDED Span/MutableRawSpan.swift
160160
EMBEDDED Span/MutableSpan.swift
161+
EMBEDDED Span/OutputRawSpan.swift
161162
EMBEDDED Span/OutputSpan.swift
162163
EMBEDDED Span/RawSpan.swift
163164
EMBEDDED Span/Span.swift

stdlib/public/core/GroupInfo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
"Span": [
206206
"MutableRawSpan.swift",
207207
"MutableSpan.swift",
208+
"OutputRawSpan.swift",
208209
"OutputSpan.swift",
209210
"RawSpan.swift",
210211
"Span.swift"

0 commit comments

Comments
 (0)