mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
136 lines
2.9 KiB
JSON
136 lines
2.9 KiB
JSON
{
|
|
"Assert": [
|
|
"Assert.swift",
|
|
"AssertCommon.swift"
|
|
],
|
|
"String": [
|
|
"CString.swift",
|
|
"Character.swift",
|
|
"StringCharacterView.swift",
|
|
"String.swift",
|
|
"StringBridge.swift",
|
|
"StringBuffer.swift",
|
|
"StringCore.swift",
|
|
"StringInterpolation.swift",
|
|
"StringLegacy.swift",
|
|
"StringUnicodeScalarView.swift",
|
|
"StringUTF16.swift",
|
|
"StringUTF8.swift",
|
|
"Unicode.swift",
|
|
"UnicodeScalar.swift",
|
|
"UnicodeTrie.swift",
|
|
"StaticString.swift",
|
|
"UnavailableStringAPIs.swift"
|
|
],
|
|
"Bool": [
|
|
"Bool.swift",
|
|
"Boolean.swift"
|
|
],
|
|
"Collection": [
|
|
"Collection.swift",
|
|
"CollectionAlgorithms.swift",
|
|
"EmptyCollection.swift",
|
|
"Stride.swift",
|
|
"Repeat.swift",
|
|
"Sort.swift",
|
|
"Range.swift",
|
|
"CollectionOfOne.swift",
|
|
"HeapBuffer.swift",
|
|
"Sequence.swift",
|
|
"SequenceAlgorithms.swift",
|
|
"RangeReplaceableCollection.swift",
|
|
"Index.swift",
|
|
"Existential.swift",
|
|
{
|
|
"Type-erased": [
|
|
"ExistentialCollection.swift"
|
|
],
|
|
"Lazy Views": [
|
|
"Algorithm.swift",
|
|
"Flatten.swift",
|
|
"FlatMap.swift",
|
|
"Map.swift",
|
|
"Join.swift",
|
|
"Zip.swift",
|
|
"Filter.swift",
|
|
"Reverse.swift",
|
|
"Slice.swift",
|
|
"SequenceWrapper.swift",
|
|
"LazyCollection.swift",
|
|
"LazySequence.swift"],
|
|
"Array": [
|
|
"ArrayBody.swift",
|
|
"ArrayBuffer.swift",
|
|
"ArrayBufferProtocol.swift",
|
|
"ArrayCast.swift",
|
|
"ArrayType.swift",
|
|
"Arrays.swift",
|
|
"CocoaArray.swift",
|
|
"ContiguousArrayBuffer.swift",
|
|
"SliceBuffer.swift",
|
|
"SwiftNativeNSArray.swift"],
|
|
"HashedCollections": [
|
|
"HashedCollections.swift"]
|
|
}
|
|
],
|
|
"C": [
|
|
"BridgeObjectiveC.swift",
|
|
"BridgeStorage.swift",
|
|
"Builtin.swift",
|
|
"VarArgs.swift",
|
|
"CTypes.swift"
|
|
],
|
|
"Reflection": [
|
|
"Mirrors.swift",
|
|
"Mirror.swift",
|
|
"Reflection.swift",
|
|
"ObjCMirrors.swift"
|
|
],
|
|
"Math": [
|
|
"SetAlgebra.swift",
|
|
"BuiltinMath.swift",
|
|
{
|
|
"Integers": [
|
|
"IntegerArithmetic.swift",
|
|
"FixedPoint.swift",
|
|
"IntegerParsing.swift"],
|
|
"Floating": [
|
|
"FloatingPoint.swift",
|
|
"FloatingPointOperations.swift",
|
|
"FloatingPointParsing.swift"]}
|
|
],
|
|
"Optional": [
|
|
"ImplicitlyUnwrappedOptional.swift",
|
|
"Optional.swift"
|
|
],
|
|
"Pointer": [
|
|
"Pointer.swift",
|
|
"UnsafePointer.swift",
|
|
"UnsafeBufferPointer.swift"
|
|
],
|
|
"Protocols": [
|
|
"CompilerProtocols.swift",
|
|
"ShadowProtocols.swift"
|
|
],
|
|
"Misc": [
|
|
"Interval.swift",
|
|
"Hashing.swift",
|
|
"ErrorType.swift",
|
|
"InputStream.swift",
|
|
"LifetimeManager.swift",
|
|
"ManagedBuffer.swift",
|
|
"Misc.swift",
|
|
"OptionSet.swift",
|
|
"OutputStream.swift",
|
|
"Policy.swift",
|
|
"Print.swift",
|
|
"REPL.swift",
|
|
"Runtime.swift",
|
|
"Shims.swift",
|
|
"Unmanaged.swift",
|
|
"Availability.swift",
|
|
"Process.swift",
|
|
"Tuple.swift"
|
|
]
|
|
}
|