This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
_redirects
963 lines (963 loc) · 61.4 KB
/
_redirects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
/type/ /v3.0/type/
/protocol/ /v3.0/protocol/
/func/ /v3.0/func/
/operator/ /v3.0/operator/
/global/ /v3.0/global/
/type/AnyBidirectionalCollection/ /v3.0/type/AnyBidirectionalCollection/
/type/AnyBidirectionalCollection/hierarchy/ /v3.0/type/AnyBidirectionalCollection/hierarchy/
/type/AnyBidirectionalIndex/ /v3.0/type/AnyBidirectionalIndex/
/type/AnyBidirectionalIndex/hierarchy/ /v3.0/type/AnyBidirectionalIndex/hierarchy/
/type/AnyForwardCollection/ /v3.0/type/AnyForwardCollection/
/type/AnyForwardCollection/hierarchy/ /v3.0/type/AnyForwardCollection/hierarchy/
/type/AnyForwardIndex/ /v3.0/type/AnyForwardIndex/
/type/AnyForwardIndex/hierarchy/ /v3.0/type/AnyForwardIndex/hierarchy/
/type/AnyGenerator/ /v3.0/type/AnyGenerator/
/type/AnyGenerator/hierarchy/ /v3.0/type/AnyGenerator/hierarchy/
/type/AnyRandomAccessCollection/ /v3.0/type/AnyRandomAccessCollection/
/type/AnyRandomAccessCollection/hierarchy/ /v3.0/type/AnyRandomAccessCollection/hierarchy/
/type/AnyRandomAccessIndex/ /v3.0/type/AnyRandomAccessIndex/
/type/AnyRandomAccessIndex/hierarchy/ /v3.0/type/AnyRandomAccessIndex/hierarchy/
/type/AnySequence/ /v3.0/type/AnySequence/
/type/AnySequence/hierarchy/ /v3.0/type/AnySequence/hierarchy/
/type/Array/ /v3.0/type/Array/
/type/Array/hierarchy/ /v3.0/type/Array/hierarchy/
/type/ArraySlice/ /v3.0/type/ArraySlice/
/type/ArraySlice/hierarchy/ /v3.0/type/ArraySlice/hierarchy/
/type/AutoreleasingUnsafeMutablePointer/ /v3.0/type/AutoreleasingUnsafeMutablePointer/
/type/AutoreleasingUnsafeMutablePointer/hierarchy/ /v3.0/type/AutoreleasingUnsafeMutablePointer/hierarchy/
/type/Bit/ /v3.0/type/Bit/
/type/Bit/hierarchy/ /v3.0/type/Bit/hierarchy/
/type/Bool/ /v3.0/type/Bool/
/type/Bool/hierarchy/ /v3.0/type/Bool/hierarchy/
/type/COpaquePointer/ /v3.0/type/COpaquePointer/
/type/COpaquePointer/hierarchy/ /v3.0/type/COpaquePointer/hierarchy/
/type/CVaListPointer/ /v3.0/type/CVaListPointer/
/type/CVaListPointer/hierarchy/ /v3.0/type/CVaListPointer/hierarchy/
/type/Character/ /v3.0/type/Character/
/type/Character/hierarchy/ /v3.0/type/Character/hierarchy/
/type/ClosedInterval/ /v3.0/type/ClosedInterval/
/type/ClosedInterval/hierarchy/ /v3.0/type/ClosedInterval/hierarchy/
/type/CollectionOfOne/ /v3.0/type/CollectionOfOne/
/type/CollectionOfOne/hierarchy/ /v3.0/type/CollectionOfOne/hierarchy/
/type/ContiguousArray/ /v3.0/type/ContiguousArray/
/type/ContiguousArray/hierarchy/ /v3.0/type/ContiguousArray/hierarchy/
/type/Dictionary/ /v3.0/type/Dictionary/
/type/Dictionary/hierarchy/ /v3.0/type/Dictionary/hierarchy/
/type/DictionaryGenerator/ /v3.0/type/DictionaryGenerator/
/type/DictionaryGenerator/hierarchy/ /v3.0/type/DictionaryGenerator/hierarchy/
/type/DictionaryIndex/ /v3.0/type/DictionaryIndex/
/type/DictionaryIndex/hierarchy/ /v3.0/type/DictionaryIndex/hierarchy/
/type/DictionaryLiteral/ /v3.0/type/DictionaryLiteral/
/type/DictionaryLiteral/hierarchy/ /v3.0/type/DictionaryLiteral/hierarchy/
/type/Double/ /v3.0/type/Double/
/type/Double/hierarchy/ /v3.0/type/Double/hierarchy/
/type/EmptyCollection/ /v3.0/type/EmptyCollection/
/type/EmptyCollection/hierarchy/ /v3.0/type/EmptyCollection/hierarchy/
/type/EmptyGenerator/ /v3.0/type/EmptyGenerator/
/type/EmptyGenerator/hierarchy/ /v3.0/type/EmptyGenerator/hierarchy/
/type/EnumerateGenerator/ /v3.0/type/EnumerateGenerator/
/type/EnumerateGenerator/hierarchy/ /v3.0/type/EnumerateGenerator/hierarchy/
/type/EnumerateSequence/ /v3.0/type/EnumerateSequence/
/type/EnumerateSequence/hierarchy/ /v3.0/type/EnumerateSequence/hierarchy/
/type/FlattenBidirectionalCollection/ /v3.0/type/FlattenBidirectionalCollection/
/type/FlattenBidirectionalCollection/hierarchy/ /v3.0/type/FlattenBidirectionalCollection/hierarchy/
/type/FlattenBidirectionalCollectionIndex/ /v3.0/type/FlattenBidirectionalCollectionIndex/
/type/FlattenBidirectionalCollectionIndex/hierarchy/ /v3.0/type/FlattenBidirectionalCollectionIndex/hierarchy/
/type/FlattenCollection/ /v3.0/type/FlattenCollection/
/type/FlattenCollection/hierarchy/ /v3.0/type/FlattenCollection/hierarchy/
/type/FlattenCollectionIndex/ /v3.0/type/FlattenCollectionIndex/
/type/FlattenCollectionIndex/hierarchy/ /v3.0/type/FlattenCollectionIndex/hierarchy/
/type/FlattenGenerator/ /v3.0/type/FlattenGenerator/
/type/FlattenGenerator/hierarchy/ /v3.0/type/FlattenGenerator/hierarchy/
/type/FlattenSequence/ /v3.0/type/FlattenSequence/
/type/FlattenSequence/hierarchy/ /v3.0/type/FlattenSequence/hierarchy/
/type/Float/ /v3.0/type/Float/
/type/Float/hierarchy/ /v3.0/type/Float/hierarchy/
/type/Float80/ /v3.0/type/Float80/
/type/Float80/hierarchy/ /v3.0/type/Float80/hierarchy/
/type/FloatingPointClassification/ /v3.0/type/FloatingPointClassification/
/type/FloatingPointClassification/hierarchy/ /v3.0/type/FloatingPointClassification/hierarchy/
/type/GeneratorOfOne/ /v3.0/type/GeneratorOfOne/
/type/GeneratorOfOne/hierarchy/ /v3.0/type/GeneratorOfOne/hierarchy/
/type/GeneratorSequence/ /v3.0/type/GeneratorSequence/
/type/GeneratorSequence/hierarchy/ /v3.0/type/GeneratorSequence/hierarchy/
/type/HalfOpenInterval/ /v3.0/type/HalfOpenInterval/
/type/HalfOpenInterval/hierarchy/ /v3.0/type/HalfOpenInterval/hierarchy/
/type/ImplicitlyUnwrappedOptional/ /v3.0/type/ImplicitlyUnwrappedOptional/
/type/ImplicitlyUnwrappedOptional/hierarchy/ /v3.0/type/ImplicitlyUnwrappedOptional/hierarchy/
/type/IndexingGenerator/ /v3.0/type/IndexingGenerator/
/type/IndexingGenerator/hierarchy/ /v3.0/type/IndexingGenerator/hierarchy/
/type/Int/ /v3.0/type/Int/
/type/Int/hierarchy/ /v3.0/type/Int/hierarchy/
/type/Int16/ /v3.0/type/Int16/
/type/Int16/hierarchy/ /v3.0/type/Int16/hierarchy/
/type/Int32/ /v3.0/type/Int32/
/type/Int32/hierarchy/ /v3.0/type/Int32/hierarchy/
/type/Int64/ /v3.0/type/Int64/
/type/Int64/hierarchy/ /v3.0/type/Int64/hierarchy/
/type/Int8/ /v3.0/type/Int8/
/type/Int8/hierarchy/ /v3.0/type/Int8/hierarchy/
/type/JoinGenerator/ /v3.0/type/JoinGenerator/
/type/JoinGenerator/hierarchy/ /v3.0/type/JoinGenerator/hierarchy/
/type/JoinSequence/ /v3.0/type/JoinSequence/
/type/JoinSequence/hierarchy/ /v3.0/type/JoinSequence/hierarchy/
/type/LazyCollection/ /v3.0/type/LazyCollection/
/type/LazyCollection/hierarchy/ /v3.0/type/LazyCollection/hierarchy/
/type/LazyFilterCollection/ /v3.0/type/LazyFilterCollection/
/type/LazyFilterCollection/hierarchy/ /v3.0/type/LazyFilterCollection/hierarchy/
/type/LazyFilterGenerator/ /v3.0/type/LazyFilterGenerator/
/type/LazyFilterGenerator/hierarchy/ /v3.0/type/LazyFilterGenerator/hierarchy/
/type/LazyFilterIndex/ /v3.0/type/LazyFilterIndex/
/type/LazyFilterIndex/hierarchy/ /v3.0/type/LazyFilterIndex/hierarchy/
/type/LazyFilterSequence/ /v3.0/type/LazyFilterSequence/
/type/LazyFilterSequence/hierarchy/ /v3.0/type/LazyFilterSequence/hierarchy/
/type/LazyMapCollection/ /v3.0/type/LazyMapCollection/
/type/LazyMapCollection/hierarchy/ /v3.0/type/LazyMapCollection/hierarchy/
/type/LazyMapGenerator/ /v3.0/type/LazyMapGenerator/
/type/LazyMapGenerator/hierarchy/ /v3.0/type/LazyMapGenerator/hierarchy/
/type/LazyMapSequence/ /v3.0/type/LazyMapSequence/
/type/LazyMapSequence/hierarchy/ /v3.0/type/LazyMapSequence/hierarchy/
/type/LazySequence/ /v3.0/type/LazySequence/
/type/LazySequence/hierarchy/ /v3.0/type/LazySequence/hierarchy/
/type/ManagedBuffer/ /v3.0/type/ManagedBuffer/
/type/ManagedBuffer/hierarchy/ /v3.0/type/ManagedBuffer/hierarchy/
/type/ManagedBufferPointer/ /v3.0/type/ManagedBufferPointer/
/type/ManagedBufferPointer/hierarchy/ /v3.0/type/ManagedBufferPointer/hierarchy/
/type/ManagedProtoBuffer/ /v3.0/type/ManagedProtoBuffer/
/type/ManagedProtoBuffer/hierarchy/ /v3.0/type/ManagedProtoBuffer/hierarchy/
/type/Mirror/ /v3.0/type/Mirror/
/type/Mirror/hierarchy/ /v3.0/type/Mirror/hierarchy/
/type/Mirror.AncestorRepresentation/ /v3.0/type/Mirror.AncestorRepresentation/
/type/Mirror.DisplayStyle/ /v3.0/type/Mirror.DisplayStyle/
/type/MutableSlice/ /v3.0/type/MutableSlice/
/type/MutableSlice/hierarchy/ /v3.0/type/MutableSlice/hierarchy/
/type/NonObjectiveCBase/ /v3.0/type/NonObjectiveCBase/
/type/NonObjectiveCBase/hierarchy/ /v3.0/type/NonObjectiveCBase/hierarchy/
/type/ObjectIdentifier/ /v3.0/type/ObjectIdentifier/
/type/ObjectIdentifier/hierarchy/ /v3.0/type/ObjectIdentifier/hierarchy/
/type/Optional/ /v3.0/type/Optional/
/type/Optional/hierarchy/ /v3.0/type/Optional/hierarchy/
/type/PermutationGenerator/ /v3.0/type/PermutationGenerator/
/type/PermutationGenerator/hierarchy/ /v3.0/type/PermutationGenerator/hierarchy/
/type/PlaygroundQuickLook/ /v3.0/type/PlaygroundQuickLook/
/type/PlaygroundQuickLook/hierarchy/ /v3.0/type/PlaygroundQuickLook/hierarchy/
/type/Process/ /v3.0/type/Process/
/type/Process/hierarchy/ /v3.0/type/Process/hierarchy/
/type/Range/ /v3.0/type/Range/
/type/Range/hierarchy/ /v3.0/type/Range/hierarchy/
/type/RangeGenerator/ /v3.0/type/RangeGenerator/
/type/RangeGenerator/hierarchy/ /v3.0/type/RangeGenerator/hierarchy/
/type/RawByte/ /v3.0/type/RawByte/
/type/RawByte/hierarchy/ /v3.0/type/RawByte/hierarchy/
/type/Repeat/ /v3.0/type/Repeat/
/type/Repeat/hierarchy/ /v3.0/type/Repeat/hierarchy/
/type/ReverseCollection/ /v3.0/type/ReverseCollection/
/type/ReverseCollection/hierarchy/ /v3.0/type/ReverseCollection/hierarchy/
/type/ReverseIndex/ /v3.0/type/ReverseIndex/
/type/ReverseIndex/hierarchy/ /v3.0/type/ReverseIndex/hierarchy/
/type/ReverseRandomAccessCollection/ /v3.0/type/ReverseRandomAccessCollection/
/type/ReverseRandomAccessCollection/hierarchy/ /v3.0/type/ReverseRandomAccessCollection/hierarchy/
/type/ReverseRandomAccessIndex/ /v3.0/type/ReverseRandomAccessIndex/
/type/ReverseRandomAccessIndex/hierarchy/ /v3.0/type/ReverseRandomAccessIndex/hierarchy/
/type/Set/ /v3.0/type/Set/
/type/Set/hierarchy/ /v3.0/type/Set/hierarchy/
/type/SetGenerator/ /v3.0/type/SetGenerator/
/type/SetGenerator/hierarchy/ /v3.0/type/SetGenerator/hierarchy/
/type/SetIndex/ /v3.0/type/SetIndex/
/type/SetIndex/hierarchy/ /v3.0/type/SetIndex/hierarchy/
/type/Slice/ /v3.0/type/Slice/
/type/Slice/hierarchy/ /v3.0/type/Slice/hierarchy/
/type/StaticString/ /v3.0/type/StaticString/
/type/StaticString/hierarchy/ /v3.0/type/StaticString/hierarchy/
/type/StrideThrough/ /v3.0/type/StrideThrough/
/type/StrideThrough/hierarchy/ /v3.0/type/StrideThrough/hierarchy/
/type/StrideThroughGenerator/ /v3.0/type/StrideThroughGenerator/
/type/StrideThroughGenerator/hierarchy/ /v3.0/type/StrideThroughGenerator/hierarchy/
/type/StrideTo/ /v3.0/type/StrideTo/
/type/StrideTo/hierarchy/ /v3.0/type/StrideTo/hierarchy/
/type/StrideToGenerator/ /v3.0/type/StrideToGenerator/
/type/StrideToGenerator/hierarchy/ /v3.0/type/StrideToGenerator/hierarchy/
/type/String/ /v3.0/type/String/
/type/String/hierarchy/ /v3.0/type/String/hierarchy/
/type/String.CharacterView/ /v3.0/type/String.CharacterView/
/type/String.CharacterView.Index/ /v3.0/type/String.CharacterView.Index/
/type/String.UTF16View/ /v3.0/type/String.UTF16View/
/type/String.UTF16View.Index/ /v3.0/type/String.UTF16View.Index/
/type/String.UTF8View/ /v3.0/type/String.UTF8View/
/type/String.UTF8View.Index/ /v3.0/type/String.UTF8View.Index/
/type/String.UnicodeScalarView/ /v3.0/type/String.UnicodeScalarView/
/type/String.UnicodeScalarView.Generator/ /v3.0/type/String.UnicodeScalarView.Generator/
/type/String.UnicodeScalarView.Index/ /v3.0/type/String.UnicodeScalarView.Index/
/type/UInt/ /v3.0/type/UInt/
/type/UInt/hierarchy/ /v3.0/type/UInt/hierarchy/
/type/UInt16/ /v3.0/type/UInt16/
/type/UInt16/hierarchy/ /v3.0/type/UInt16/hierarchy/
/type/UInt32/ /v3.0/type/UInt32/
/type/UInt32/hierarchy/ /v3.0/type/UInt32/hierarchy/
/type/UInt64/ /v3.0/type/UInt64/
/type/UInt64/hierarchy/ /v3.0/type/UInt64/hierarchy/
/type/UInt8/ /v3.0/type/UInt8/
/type/UInt8/hierarchy/ /v3.0/type/UInt8/hierarchy/
/type/UTF16/ /v3.0/type/UTF16/
/type/UTF16/hierarchy/ /v3.0/type/UTF16/hierarchy/
/type/UTF32/ /v3.0/type/UTF32/
/type/UTF32/hierarchy/ /v3.0/type/UTF32/hierarchy/
/type/UTF8/ /v3.0/type/UTF8/
/type/UTF8/hierarchy/ /v3.0/type/UTF8/hierarchy/
/type/UnicodeDecodingResult/ /v3.0/type/UnicodeDecodingResult/
/type/UnicodeDecodingResult/hierarchy/ /v3.0/type/UnicodeDecodingResult/hierarchy/
/type/UnicodeScalar/ /v3.0/type/UnicodeScalar/
/type/UnicodeScalar/hierarchy/ /v3.0/type/UnicodeScalar/hierarchy/
/type/UnicodeScalar.UTF16View/ /v3.0/type/UnicodeScalar.UTF16View/
/type/Unmanaged/ /v3.0/type/Unmanaged/
/type/Unmanaged/hierarchy/ /v3.0/type/Unmanaged/hierarchy/
/type/UnsafeBufferPointer/ /v3.0/type/UnsafeBufferPointer/
/type/UnsafeBufferPointer/hierarchy/ /v3.0/type/UnsafeBufferPointer/hierarchy/
/type/UnsafeBufferPointerGenerator/ /v3.0/type/UnsafeBufferPointerGenerator/
/type/UnsafeBufferPointerGenerator/hierarchy/ /v3.0/type/UnsafeBufferPointerGenerator/hierarchy/
/type/UnsafeMutableBufferPointer/ /v3.0/type/UnsafeMutableBufferPointer/
/type/UnsafeMutableBufferPointer/hierarchy/ /v3.0/type/UnsafeMutableBufferPointer/hierarchy/
/type/UnsafeMutablePointer/ /v3.0/type/UnsafeMutablePointer/
/type/UnsafeMutablePointer/hierarchy/ /v3.0/type/UnsafeMutablePointer/hierarchy/
/type/UnsafePointer/ /v3.0/type/UnsafePointer/
/type/UnsafePointer/hierarchy/ /v3.0/type/UnsafePointer/hierarchy/
/type/VaListBuilder/ /v3.0/type/VaListBuilder/
/type/VaListBuilder/hierarchy/ /v3.0/type/VaListBuilder/hierarchy/
/type/Zip2Generator/ /v3.0/type/Zip2Generator/
/type/Zip2Generator/hierarchy/ /v3.0/type/Zip2Generator/hierarchy/
/type/Zip2Sequence/ /v3.0/type/Zip2Sequence/
/type/Zip2Sequence/hierarchy/ /v3.0/type/Zip2Sequence/hierarchy/
/protocol/AbsoluteValuable/ /v3.0/protocol/AbsoluteValuable/
/protocol/AbsoluteValuable/hierarchy/ /v3.0/protocol/AbsoluteValuable/hierarchy/
/protocol/AnyCollectionType/ /v3.0/protocol/AnyCollectionType/
/protocol/AnyCollectionType/hierarchy/ /v3.0/protocol/AnyCollectionType/hierarchy/
/protocol/AnyObject/ /v3.0/protocol/AnyObject/
/protocol/AnyObject/hierarchy/ /v3.0/protocol/AnyObject/hierarchy/
/protocol/ArrayLiteralConvertible/ /v3.0/protocol/ArrayLiteralConvertible/
/protocol/ArrayLiteralConvertible/hierarchy/ /v3.0/protocol/ArrayLiteralConvertible/hierarchy/
/protocol/BidirectionalIndexType/ /v3.0/protocol/BidirectionalIndexType/
/protocol/BidirectionalIndexType/hierarchy/ /v3.0/protocol/BidirectionalIndexType/hierarchy/
/protocol/BitwiseOperationsType/ /v3.0/protocol/BitwiseOperationsType/
/protocol/BitwiseOperationsType/hierarchy/ /v3.0/protocol/BitwiseOperationsType/hierarchy/
/protocol/BooleanLiteralConvertible/ /v3.0/protocol/BooleanLiteralConvertible/
/protocol/BooleanLiteralConvertible/hierarchy/ /v3.0/protocol/BooleanLiteralConvertible/hierarchy/
/protocol/BooleanType/ /v3.0/protocol/BooleanType/
/protocol/BooleanType/hierarchy/ /v3.0/protocol/BooleanType/hierarchy/
/protocol/CVarArgType/ /v3.0/protocol/CVarArgType/
/protocol/CVarArgType/hierarchy/ /v3.0/protocol/CVarArgType/hierarchy/
/protocol/CollectionType/ /v3.0/protocol/CollectionType/
/protocol/CollectionType/hierarchy/ /v3.0/protocol/CollectionType/hierarchy/
/protocol/Comparable/ /v3.0/protocol/Comparable/
/protocol/Comparable/hierarchy/ /v3.0/protocol/Comparable/hierarchy/
/protocol/CustomDebugStringConvertible/ /v3.0/protocol/CustomDebugStringConvertible/
/protocol/CustomDebugStringConvertible/hierarchy/ /v3.0/protocol/CustomDebugStringConvertible/hierarchy/
/protocol/CustomLeafReflectable/ /v3.0/protocol/CustomLeafReflectable/
/protocol/CustomLeafReflectable/hierarchy/ /v3.0/protocol/CustomLeafReflectable/hierarchy/
/protocol/CustomPlaygroundQuickLookable/ /v3.0/protocol/CustomPlaygroundQuickLookable/
/protocol/CustomPlaygroundQuickLookable/hierarchy/ /v3.0/protocol/CustomPlaygroundQuickLookable/hierarchy/
/protocol/CustomReflectable/ /v3.0/protocol/CustomReflectable/
/protocol/CustomReflectable/hierarchy/ /v3.0/protocol/CustomReflectable/hierarchy/
/protocol/CustomStringConvertible/ /v3.0/protocol/CustomStringConvertible/
/protocol/CustomStringConvertible/hierarchy/ /v3.0/protocol/CustomStringConvertible/hierarchy/
/protocol/DictionaryLiteralConvertible/ /v3.0/protocol/DictionaryLiteralConvertible/
/protocol/DictionaryLiteralConvertible/hierarchy/ /v3.0/protocol/DictionaryLiteralConvertible/hierarchy/
/protocol/Equatable/ /v3.0/protocol/Equatable/
/protocol/Equatable/hierarchy/ /v3.0/protocol/Equatable/hierarchy/
/protocol/ErrorType/ /v3.0/protocol/ErrorType/
/protocol/ErrorType/hierarchy/ /v3.0/protocol/ErrorType/hierarchy/
/protocol/ExtendedGraphemeClusterLiteralConvertible/ /v3.0/protocol/ExtendedGraphemeClusterLiteralConvertible/
/protocol/ExtendedGraphemeClusterLiteralConvertible/hierarchy/ /v3.0/protocol/ExtendedGraphemeClusterLiteralConvertible/hierarchy/
/protocol/FloatLiteralConvertible/ /v3.0/protocol/FloatLiteralConvertible/
/protocol/FloatLiteralConvertible/hierarchy/ /v3.0/protocol/FloatLiteralConvertible/hierarchy/
/protocol/FloatingPointType/ /v3.0/protocol/FloatingPointType/
/protocol/FloatingPointType/hierarchy/ /v3.0/protocol/FloatingPointType/hierarchy/
/protocol/ForwardIndexType/ /v3.0/protocol/ForwardIndexType/
/protocol/ForwardIndexType/hierarchy/ /v3.0/protocol/ForwardIndexType/hierarchy/
/protocol/GeneratorType/ /v3.0/protocol/GeneratorType/
/protocol/GeneratorType/hierarchy/ /v3.0/protocol/GeneratorType/hierarchy/
/protocol/Hashable/ /v3.0/protocol/Hashable/
/protocol/Hashable/hierarchy/ /v3.0/protocol/Hashable/hierarchy/
/protocol/Indexable/ /v3.0/protocol/Indexable/
/protocol/Indexable/hierarchy/ /v3.0/protocol/Indexable/hierarchy/
/protocol/IntegerArithmeticType/ /v3.0/protocol/IntegerArithmeticType/
/protocol/IntegerArithmeticType/hierarchy/ /v3.0/protocol/IntegerArithmeticType/hierarchy/
/protocol/IntegerLiteralConvertible/ /v3.0/protocol/IntegerLiteralConvertible/
/protocol/IntegerLiteralConvertible/hierarchy/ /v3.0/protocol/IntegerLiteralConvertible/hierarchy/
/protocol/IntegerType/ /v3.0/protocol/IntegerType/
/protocol/IntegerType/hierarchy/ /v3.0/protocol/IntegerType/hierarchy/
/protocol/IntervalType/ /v3.0/protocol/IntervalType/
/protocol/IntervalType/hierarchy/ /v3.0/protocol/IntervalType/hierarchy/
/protocol/LazyCollectionType/ /v3.0/protocol/LazyCollectionType/
/protocol/LazyCollectionType/hierarchy/ /v3.0/protocol/LazyCollectionType/hierarchy/
/protocol/LazySequenceType/ /v3.0/protocol/LazySequenceType/
/protocol/LazySequenceType/hierarchy/ /v3.0/protocol/LazySequenceType/hierarchy/
/protocol/MirrorPathType/ /v3.0/protocol/MirrorPathType/
/protocol/MirrorPathType/hierarchy/ /v3.0/protocol/MirrorPathType/hierarchy/
/protocol/MutableCollectionType/ /v3.0/protocol/MutableCollectionType/
/protocol/MutableCollectionType/hierarchy/ /v3.0/protocol/MutableCollectionType/hierarchy/
/protocol/MutableIndexable/ /v3.0/protocol/MutableIndexable/
/protocol/MutableIndexable/hierarchy/ /v3.0/protocol/MutableIndexable/hierarchy/
/protocol/MutableSliceable/ /v3.0/protocol/MutableSliceable/
/protocol/MutableSliceable/hierarchy/ /v3.0/protocol/MutableSliceable/hierarchy/
/protocol/NilLiteralConvertible/ /v3.0/protocol/NilLiteralConvertible/
/protocol/NilLiteralConvertible/hierarchy/ /v3.0/protocol/NilLiteralConvertible/hierarchy/
/protocol/OptionSetType/ /v3.0/protocol/OptionSetType/
/protocol/OptionSetType/hierarchy/ /v3.0/protocol/OptionSetType/hierarchy/
/protocol/OutputStreamType/ /v3.0/protocol/OutputStreamType/
/protocol/OutputStreamType/hierarchy/ /v3.0/protocol/OutputStreamType/hierarchy/
/protocol/RandomAccessIndexType/ /v3.0/protocol/RandomAccessIndexType/
/protocol/RandomAccessIndexType/hierarchy/ /v3.0/protocol/RandomAccessIndexType/hierarchy/
/protocol/RangeReplaceableCollectionType/ /v3.0/protocol/RangeReplaceableCollectionType/
/protocol/RangeReplaceableCollectionType/hierarchy/ /v3.0/protocol/RangeReplaceableCollectionType/hierarchy/
/protocol/RawRepresentable/ /v3.0/protocol/RawRepresentable/
/protocol/RawRepresentable/hierarchy/ /v3.0/protocol/RawRepresentable/hierarchy/
/protocol/ReverseIndexType/ /v3.0/protocol/ReverseIndexType/
/protocol/ReverseIndexType/hierarchy/ /v3.0/protocol/ReverseIndexType/hierarchy/
/protocol/SequenceType/ /v3.0/protocol/SequenceType/
/protocol/SequenceType/hierarchy/ /v3.0/protocol/SequenceType/hierarchy/
/protocol/SetAlgebraType/ /v3.0/protocol/SetAlgebraType/
/protocol/SetAlgebraType/hierarchy/ /v3.0/protocol/SetAlgebraType/hierarchy/
/protocol/SignedIntegerType/ /v3.0/protocol/SignedIntegerType/
/protocol/SignedIntegerType/hierarchy/ /v3.0/protocol/SignedIntegerType/hierarchy/
/protocol/SignedNumberType/ /v3.0/protocol/SignedNumberType/
/protocol/SignedNumberType/hierarchy/ /v3.0/protocol/SignedNumberType/hierarchy/
/protocol/Streamable/ /v3.0/protocol/Streamable/
/protocol/Streamable/hierarchy/ /v3.0/protocol/Streamable/hierarchy/
/protocol/Strideable/ /v3.0/protocol/Strideable/
/protocol/Strideable/hierarchy/ /v3.0/protocol/Strideable/hierarchy/
/protocol/StringInterpolationConvertible/ /v3.0/protocol/StringInterpolationConvertible/
/protocol/StringInterpolationConvertible/hierarchy/ /v3.0/protocol/StringInterpolationConvertible/hierarchy/
/protocol/StringLiteralConvertible/ /v3.0/protocol/StringLiteralConvertible/
/protocol/StringLiteralConvertible/hierarchy/ /v3.0/protocol/StringLiteralConvertible/hierarchy/
/protocol/UnicodeCodecType/ /v3.0/protocol/UnicodeCodecType/
/protocol/UnicodeCodecType/hierarchy/ /v3.0/protocol/UnicodeCodecType/hierarchy/
/protocol/UnicodeScalarLiteralConvertible/ /v3.0/protocol/UnicodeScalarLiteralConvertible/
/protocol/UnicodeScalarLiteralConvertible/hierarchy/ /v3.0/protocol/UnicodeScalarLiteralConvertible/hierarchy/
/protocol/UnsignedIntegerType/ /v3.0/protocol/UnsignedIntegerType/
/protocol/UnsignedIntegerType/hierarchy/ /v3.0/protocol/UnsignedIntegerType/hierarchy/
/protocol/_ArrayBufferType/ /v3.0/protocol/_ArrayBufferType/
/protocol/_ArrayBufferType/hierarchy/ /v3.0/protocol/_ArrayBufferType/hierarchy/
/protocol/_ArrayType/ /v3.0/protocol/_ArrayType/
/protocol/_ArrayType/hierarchy/ /v3.0/protocol/_ArrayType/hierarchy/
/protocol/_CVarArgAlignedType/ /v3.0/protocol/_CVarArgAlignedType/
/protocol/_CVarArgAlignedType/hierarchy/ /v3.0/protocol/_CVarArgAlignedType/hierarchy/
/protocol/_CVarArgPassedAsDouble/ /v3.0/protocol/_CVarArgPassedAsDouble/
/protocol/_CVarArgPassedAsDouble/hierarchy/ /v3.0/protocol/_CVarArgPassedAsDouble/hierarchy/
/protocol/_CocoaStringType/ /v3.0/protocol/_CocoaStringType/
/protocol/_CocoaStringType/hierarchy/ /v3.0/protocol/_CocoaStringType/hierarchy/
/protocol/_CollectionWrapperType/ /v3.0/protocol/_CollectionWrapperType/
/protocol/_CollectionWrapperType/hierarchy/ /v3.0/protocol/_CollectionWrapperType/hierarchy/
/protocol/_DestructorSafeContainer/ /v3.0/protocol/_DestructorSafeContainer/
/protocol/_DestructorSafeContainer/hierarchy/ /v3.0/protocol/_DestructorSafeContainer/hierarchy/
/protocol/_DisallowMixedSignArithmetic/ /v3.0/protocol/_DisallowMixedSignArithmetic/
/protocol/_DisallowMixedSignArithmetic/hierarchy/ /v3.0/protocol/_DisallowMixedSignArithmetic/hierarchy/
/protocol/_Incrementable/ /v3.0/protocol/_Incrementable/
/protocol/_Incrementable/hierarchy/ /v3.0/protocol/_Incrementable/hierarchy/
/protocol/_IntegerArithmeticType/ /v3.0/protocol/_IntegerArithmeticType/
/protocol/_IntegerArithmeticType/hierarchy/ /v3.0/protocol/_IntegerArithmeticType/hierarchy/
/protocol/_IntegerType/ /v3.0/protocol/_IntegerType/
/protocol/_IntegerType/hierarchy/ /v3.0/protocol/_IntegerType/hierarchy/
/protocol/_MirrorType/ /v3.0/protocol/_MirrorType/
/protocol/_MirrorType/hierarchy/ /v3.0/protocol/_MirrorType/hierarchy/
/protocol/_NSArrayCoreType/ /v3.0/protocol/_NSArrayCoreType/
/protocol/_NSArrayCoreType/hierarchy/ /v3.0/protocol/_NSArrayCoreType/hierarchy/
/protocol/_NSCopyingType/ /v3.0/protocol/_NSCopyingType/
/protocol/_NSCopyingType/hierarchy/ /v3.0/protocol/_NSCopyingType/hierarchy/
/protocol/_NSDictionaryCoreType/ /v3.0/protocol/_NSDictionaryCoreType/
/protocol/_NSDictionaryCoreType/hierarchy/ /v3.0/protocol/_NSDictionaryCoreType/hierarchy/
/protocol/_NSDictionaryType/ /v3.0/protocol/_NSDictionaryType/
/protocol/_NSDictionaryType/hierarchy/ /v3.0/protocol/_NSDictionaryType/hierarchy/
/protocol/_NSEnumeratorType/ /v3.0/protocol/_NSEnumeratorType/
/protocol/_NSEnumeratorType/hierarchy/ /v3.0/protocol/_NSEnumeratorType/hierarchy/
/protocol/_NSFastEnumerationType/ /v3.0/protocol/_NSFastEnumerationType/
/protocol/_NSFastEnumerationType/hierarchy/ /v3.0/protocol/_NSFastEnumerationType/hierarchy/
/protocol/_NSSetCoreType/ /v3.0/protocol/_NSSetCoreType/
/protocol/_NSSetCoreType/hierarchy/ /v3.0/protocol/_NSSetCoreType/hierarchy/
/protocol/_NSSetType/ /v3.0/protocol/_NSSetType/
/protocol/_NSSetType/hierarchy/ /v3.0/protocol/_NSSetType/hierarchy/
/protocol/_NSStringCoreType/ /v3.0/protocol/_NSStringCoreType/
/protocol/_NSStringCoreType/hierarchy/ /v3.0/protocol/_NSStringCoreType/hierarchy/
/protocol/_ObjectiveCBridgeable/ /v3.0/protocol/_ObjectiveCBridgeable/
/protocol/_ObjectiveCBridgeable/hierarchy/ /v3.0/protocol/_ObjectiveCBridgeable/hierarchy/
/protocol/_PointerType/ /v3.0/protocol/_PointerType/
/protocol/_PointerType/hierarchy/ /v3.0/protocol/_PointerType/hierarchy/
/protocol/_RandomAccessAmbiguity/ /v3.0/protocol/_RandomAccessAmbiguity/
/protocol/_RandomAccessAmbiguity/hierarchy/ /v3.0/protocol/_RandomAccessAmbiguity/hierarchy/
/protocol/_Reflectable/ /v3.0/protocol/_Reflectable/
/protocol/_Reflectable/hierarchy/ /v3.0/protocol/_Reflectable/hierarchy/
/protocol/_ReverseCollectionType/ /v3.0/protocol/_ReverseCollectionType/
/protocol/_ReverseCollectionType/hierarchy/ /v3.0/protocol/_ReverseCollectionType/hierarchy/
/protocol/_SequenceWrapperType/ /v3.0/protocol/_SequenceWrapperType/
/protocol/_SequenceWrapperType/hierarchy/ /v3.0/protocol/_SequenceWrapperType/hierarchy/
/protocol/_ShadowProtocol/ /v3.0/protocol/_ShadowProtocol/
/protocol/_ShadowProtocol/hierarchy/ /v3.0/protocol/_ShadowProtocol/hierarchy/
/protocol/_SignedIntegerType/ /v3.0/protocol/_SignedIntegerType/
/protocol/_SignedIntegerType/hierarchy/ /v3.0/protocol/_SignedIntegerType/hierarchy/
/protocol/_SinkType/ /v3.0/protocol/_SinkType/
/protocol/_SinkType/hierarchy/ /v3.0/protocol/_SinkType/hierarchy/
/protocol/_Strideable/ /v3.0/protocol/_Strideable/
/protocol/_Strideable/hierarchy/ /v3.0/protocol/_Strideable/hierarchy/
/protocol/_StringElementType/ /v3.0/protocol/_StringElementType/
/protocol/_StringElementType/hierarchy/ /v3.0/protocol/_StringElementType/hierarchy/
/operator/excleq/ /v3.0/operator/excleq/
/operator/excleqeq/ /v3.0/operator/excleqeq/
/operator/pct/ /v3.0/operator/pct/
/operator/pcteq/ /v3.0/operator/pcteq/
/operator/amp/ /v3.0/operator/amp/
/operator/ampamp/ /v3.0/operator/ampamp/
/operator/ampstar/ /v3.0/operator/ampstar/
/operator/amppls/ /v3.0/operator/amppls/
/operator/ampmns/ /v3.0/operator/ampmns/
/operator/ampeq/ /v3.0/operator/ampeq/
/operator/star/ /v3.0/operator/star/
/operator/stareq/ /v3.0/operator/stareq/
/operator/pls/ /v3.0/operator/pls/
/operator/plseq/ /v3.0/operator/plseq/
/operator/mns/ /v3.0/operator/mns/
/operator/mnseq/ /v3.0/operator/mnseq/
/operator/dotdotdot/ /v3.0/operator/dotdotdot/
/operator/dotdotlt/ /v3.0/operator/dotdotlt/
/operator/slash/ /v3.0/operator/slash/
/operator/slasheq/ /v3.0/operator/slasheq/
/operator/lt/ /v3.0/operator/lt/
/operator/ltlt/ /v3.0/operator/ltlt/
/operator/ltlteq/ /v3.0/operator/ltlteq/
/operator/lteq/ /v3.0/operator/lteq/
/operator/eqeq/ /v3.0/operator/eqeq/
/operator/eqeqeq/ /v3.0/operator/eqeqeq/
/operator/gt/ /v3.0/operator/gt/
/operator/gteq/ /v3.0/operator/gteq/
/operator/gtgt/ /v3.0/operator/gtgt/
/operator/gtgteq/ /v3.0/operator/gtgteq/
/operator/qmqm/ /v3.0/operator/qmqm/
/operator/crt/ /v3.0/operator/crt/
/operator/crteq/ /v3.0/operator/crteq/
/operator/bar/ /v3.0/operator/bar/
/operator/bareq/ /v3.0/operator/bareq/
/operator/barbar/ /v3.0/operator/barbar/
/operator/tildeeq/ /v3.0/operator/tildeeq/
/operator/tildegt/ /v3.0/operator/tildegt/
/operator/prefix_excl/ /v3.0/operator/prefix_excl/
/operator/prefix_pls/ /v3.0/operator/prefix_pls/
/operator/prefix_plspls/ /v3.0/operator/prefix_plspls/
/operator/prefix_mns/ /v3.0/operator/prefix_mns/
/operator/prefix_mnsmns/ /v3.0/operator/prefix_mnsmns/
/operator/prefix_tilde/ /v3.0/operator/prefix_tilde/
/func/abs /v3.0/func/abs
/func/alignof /v3.0/func/alignof
/func/alignofValue /v3.0/func/alignofValue
/func/anyGenerator /v3.0/func/anyGenerator
/func/assert /v3.0/func/assert
/func/assertionFailure /v3.0/func/assertionFailure
/func/debugPrint /v3.0/func/debugPrint
/func/dump /v3.0/func/dump
/func/fatalError /v3.0/func/fatalError
/func/getVaList /v3.0/func/getVaList
/func/isUniquelyReferenced /v3.0/func/isUniquelyReferenced
/func/isUniquelyReferencedNonObjC /v3.0/func/isUniquelyReferencedNonObjC
/func/max /v3.0/func/max
/func/min /v3.0/func/min
/func/numericCast /v3.0/func/numericCast
/func/precondition /v3.0/func/precondition
/func/preconditionFailure /v3.0/func/preconditionFailure
/func/print /v3.0/func/print
/func/readLine /v3.0/func/readLine
/func/sizeof /v3.0/func/sizeof
/func/sizeofValue /v3.0/func/sizeofValue
/func/strideof /v3.0/func/strideof
/func/strideofValue /v3.0/func/strideofValue
/func/swap /v3.0/func/swap
/func/transcode /v3.0/func/transcode
/func/unsafeAddressOf /v3.0/func/unsafeAddressOf
/func/unsafeBitCast /v3.0/func/unsafeBitCast
/func/unsafeDowncast /v3.0/func/unsafeDowncast
/func/unsafeUnwrap /v3.0/func/unsafeUnwrap
/func/withExtendedLifetime /v3.0/func/withExtendedLifetime
/func/withUnsafeMutablePointer /v3.0/func/withUnsafeMutablePointer
/func/withUnsafeMutablePointers /v3.0/func/withUnsafeMutablePointers
/func/withUnsafePointer /v3.0/func/withUnsafePointer
/func/withUnsafePointers /v3.0/func/withUnsafePointers
/func/withVaList /v3.0/func/withVaList
/func/zip /v3.0/func/zip
/swift-2/ /v2.2/
/swift-2/type/ /v2.2/type/
/swift-2/protocol/ /v2.2/protocol/
/swift-2/func/ /v2.2/func/
/swift-2/operator/ /v2.2/operator/
/swift-2/global/ /v2.2/global/
/swift-2/type/AnyBidirectionalCollection/ /v2.2/type/AnyBidirectionalCollection/
/swift-2/type/AnyBidirectionalCollection/hierarchy/ /v2.2/type/AnyBidirectionalCollection/hierarchy/
/swift-2/type/AnyBidirectionalIndex/ /v2.2/type/AnyBidirectionalIndex/
/swift-2/type/AnyBidirectionalIndex/hierarchy/ /v2.2/type/AnyBidirectionalIndex/hierarchy/
/swift-2/type/AnyForwardCollection/ /v2.2/type/AnyForwardCollection/
/swift-2/type/AnyForwardCollection/hierarchy/ /v2.2/type/AnyForwardCollection/hierarchy/
/swift-2/type/AnyForwardIndex/ /v2.2/type/AnyForwardIndex/
/swift-2/type/AnyForwardIndex/hierarchy/ /v2.2/type/AnyForwardIndex/hierarchy/
/swift-2/type/AnyGenerator/ /v2.2/type/AnyGenerator/
/swift-2/type/AnyGenerator/hierarchy/ /v2.2/type/AnyGenerator/hierarchy/
/swift-2/type/AnyRandomAccessCollection/ /v2.2/type/AnyRandomAccessCollection/
/swift-2/type/AnyRandomAccessCollection/hierarchy/ /v2.2/type/AnyRandomAccessCollection/hierarchy/
/swift-2/type/AnyRandomAccessIndex/ /v2.2/type/AnyRandomAccessIndex/
/swift-2/type/AnyRandomAccessIndex/hierarchy/ /v2.2/type/AnyRandomAccessIndex/hierarchy/
/swift-2/type/AnySequence/ /v2.2/type/AnySequence/
/swift-2/type/AnySequence/hierarchy/ /v2.2/type/AnySequence/hierarchy/
/swift-2/type/Array/ /v2.2/type/Array/
/swift-2/type/Array/hierarchy/ /v2.2/type/Array/hierarchy/
/swift-2/type/ArraySlice/ /v2.2/type/ArraySlice/
/swift-2/type/ArraySlice/hierarchy/ /v2.2/type/ArraySlice/hierarchy/
/swift-2/type/AutoreleasingUnsafeMutablePointer/ /v2.2/type/AutoreleasingUnsafeMutablePointer/
/swift-2/type/AutoreleasingUnsafeMutablePointer/hierarchy/ /v2.2/type/AutoreleasingUnsafeMutablePointer/hierarchy/
/swift-2/type/Bit/ /v2.2/type/Bit/
/swift-2/type/Bit/hierarchy/ /v2.2/type/Bit/hierarchy/
/swift-2/type/Bool/ /v2.2/type/Bool/
/swift-2/type/Bool/hierarchy/ /v2.2/type/Bool/hierarchy/
/swift-2/type/COpaquePointer/ /v2.2/type/COpaquePointer/
/swift-2/type/COpaquePointer/hierarchy/ /v2.2/type/COpaquePointer/hierarchy/
/swift-2/type/CVaListPointer/ /v2.2/type/CVaListPointer/
/swift-2/type/CVaListPointer/hierarchy/ /v2.2/type/CVaListPointer/hierarchy/
/swift-2/type/Character/ /v2.2/type/Character/
/swift-2/type/Character/hierarchy/ /v2.2/type/Character/hierarchy/
/swift-2/type/ClosedInterval/ /v2.2/type/ClosedInterval/
/swift-2/type/ClosedInterval/hierarchy/ /v2.2/type/ClosedInterval/hierarchy/
/swift-2/type/CollectionOfOne/ /v2.2/type/CollectionOfOne/
/swift-2/type/CollectionOfOne/hierarchy/ /v2.2/type/CollectionOfOne/hierarchy/
/swift-2/type/ContiguousArray/ /v2.2/type/ContiguousArray/
/swift-2/type/ContiguousArray/hierarchy/ /v2.2/type/ContiguousArray/hierarchy/
/swift-2/type/Dictionary/ /v2.2/type/Dictionary/
/swift-2/type/Dictionary/hierarchy/ /v2.2/type/Dictionary/hierarchy/
/swift-2/type/DictionaryGenerator/ /v2.2/type/DictionaryGenerator/
/swift-2/type/DictionaryGenerator/hierarchy/ /v2.2/type/DictionaryGenerator/hierarchy/
/swift-2/type/DictionaryIndex/ /v2.2/type/DictionaryIndex/
/swift-2/type/DictionaryIndex/hierarchy/ /v2.2/type/DictionaryIndex/hierarchy/
/swift-2/type/DictionaryLiteral/ /v2.2/type/DictionaryLiteral/
/swift-2/type/DictionaryLiteral/hierarchy/ /v2.2/type/DictionaryLiteral/hierarchy/
/swift-2/type/Double/ /v2.2/type/Double/
/swift-2/type/Double/hierarchy/ /v2.2/type/Double/hierarchy/
/swift-2/type/EmptyCollection/ /v2.2/type/EmptyCollection/
/swift-2/type/EmptyCollection/hierarchy/ /v2.2/type/EmptyCollection/hierarchy/
/swift-2/type/EmptyGenerator/ /v2.2/type/EmptyGenerator/
/swift-2/type/EmptyGenerator/hierarchy/ /v2.2/type/EmptyGenerator/hierarchy/
/swift-2/type/EnumerateGenerator/ /v2.2/type/EnumerateGenerator/
/swift-2/type/EnumerateGenerator/hierarchy/ /v2.2/type/EnumerateGenerator/hierarchy/
/swift-2/type/EnumerateSequence/ /v2.2/type/EnumerateSequence/
/swift-2/type/EnumerateSequence/hierarchy/ /v2.2/type/EnumerateSequence/hierarchy/
/swift-2/type/FlattenBidirectionalCollection/ /v2.2/type/FlattenBidirectionalCollection/
/swift-2/type/FlattenBidirectionalCollection/hierarchy/ /v2.2/type/FlattenBidirectionalCollection/hierarchy/
/swift-2/type/FlattenBidirectionalCollectionIndex/ /v2.2/type/FlattenBidirectionalCollectionIndex/
/swift-2/type/FlattenBidirectionalCollectionIndex/hierarchy/ /v2.2/type/FlattenBidirectionalCollectionIndex/hierarchy/
/swift-2/type/FlattenCollection/ /v2.2/type/FlattenCollection/
/swift-2/type/FlattenCollection/hierarchy/ /v2.2/type/FlattenCollection/hierarchy/
/swift-2/type/FlattenCollectionIndex/ /v2.2/type/FlattenCollectionIndex/
/swift-2/type/FlattenCollectionIndex/hierarchy/ /v2.2/type/FlattenCollectionIndex/hierarchy/
/swift-2/type/FlattenGenerator/ /v2.2/type/FlattenGenerator/
/swift-2/type/FlattenGenerator/hierarchy/ /v2.2/type/FlattenGenerator/hierarchy/
/swift-2/type/FlattenSequence/ /v2.2/type/FlattenSequence/
/swift-2/type/FlattenSequence/hierarchy/ /v2.2/type/FlattenSequence/hierarchy/
/swift-2/type/Float/ /v2.2/type/Float/
/swift-2/type/Float/hierarchy/ /v2.2/type/Float/hierarchy/
/swift-2/type/Float80/ /v2.2/type/Float80/
/swift-2/type/Float80/hierarchy/ /v2.2/type/Float80/hierarchy/
/swift-2/type/FloatingPointClassification/ /v2.2/type/FloatingPointClassification/
/swift-2/type/FloatingPointClassification/hierarchy/ /v2.2/type/FloatingPointClassification/hierarchy/
/swift-2/type/GeneratorOfOne/ /v2.2/type/GeneratorOfOne/
/swift-2/type/GeneratorOfOne/hierarchy/ /v2.2/type/GeneratorOfOne/hierarchy/
/swift-2/type/GeneratorSequence/ /v2.2/type/GeneratorSequence/
/swift-2/type/GeneratorSequence/hierarchy/ /v2.2/type/GeneratorSequence/hierarchy/
/swift-2/type/HalfOpenInterval/ /v2.2/type/HalfOpenInterval/
/swift-2/type/HalfOpenInterval/hierarchy/ /v2.2/type/HalfOpenInterval/hierarchy/
/swift-2/type/ImplicitlyUnwrappedOptional/ /v2.2/type/ImplicitlyUnwrappedOptional/
/swift-2/type/ImplicitlyUnwrappedOptional/hierarchy/ /v2.2/type/ImplicitlyUnwrappedOptional/hierarchy/
/swift-2/type/IndexingGenerator/ /v2.2/type/IndexingGenerator/
/swift-2/type/IndexingGenerator/hierarchy/ /v2.2/type/IndexingGenerator/hierarchy/
/swift-2/type/Int/ /v2.2/type/Int/
/swift-2/type/Int/hierarchy/ /v2.2/type/Int/hierarchy/
/swift-2/type/Int16/ /v2.2/type/Int16/
/swift-2/type/Int16/hierarchy/ /v2.2/type/Int16/hierarchy/
/swift-2/type/Int32/ /v2.2/type/Int32/
/swift-2/type/Int32/hierarchy/ /v2.2/type/Int32/hierarchy/
/swift-2/type/Int64/ /v2.2/type/Int64/
/swift-2/type/Int64/hierarchy/ /v2.2/type/Int64/hierarchy/
/swift-2/type/Int8/ /v2.2/type/Int8/
/swift-2/type/Int8/hierarchy/ /v2.2/type/Int8/hierarchy/
/swift-2/type/JoinGenerator/ /v2.2/type/JoinGenerator/
/swift-2/type/JoinGenerator/hierarchy/ /v2.2/type/JoinGenerator/hierarchy/
/swift-2/type/JoinSequence/ /v2.2/type/JoinSequence/
/swift-2/type/JoinSequence/hierarchy/ /v2.2/type/JoinSequence/hierarchy/
/swift-2/type/LazyCollection/ /v2.2/type/LazyCollection/
/swift-2/type/LazyCollection/hierarchy/ /v2.2/type/LazyCollection/hierarchy/
/swift-2/type/LazyFilterCollection/ /v2.2/type/LazyFilterCollection/
/swift-2/type/LazyFilterCollection/hierarchy/ /v2.2/type/LazyFilterCollection/hierarchy/
/swift-2/type/LazyFilterGenerator/ /v2.2/type/LazyFilterGenerator/
/swift-2/type/LazyFilterGenerator/hierarchy/ /v2.2/type/LazyFilterGenerator/hierarchy/
/swift-2/type/LazyFilterIndex/ /v2.2/type/LazyFilterIndex/
/swift-2/type/LazyFilterIndex/hierarchy/ /v2.2/type/LazyFilterIndex/hierarchy/
/swift-2/type/LazyFilterSequence/ /v2.2/type/LazyFilterSequence/
/swift-2/type/LazyFilterSequence/hierarchy/ /v2.2/type/LazyFilterSequence/hierarchy/
/swift-2/type/LazyMapCollection/ /v2.2/type/LazyMapCollection/
/swift-2/type/LazyMapCollection/hierarchy/ /v2.2/type/LazyMapCollection/hierarchy/
/swift-2/type/LazyMapGenerator/ /v2.2/type/LazyMapGenerator/
/swift-2/type/LazyMapGenerator/hierarchy/ /v2.2/type/LazyMapGenerator/hierarchy/
/swift-2/type/LazyMapSequence/ /v2.2/type/LazyMapSequence/
/swift-2/type/LazyMapSequence/hierarchy/ /v2.2/type/LazyMapSequence/hierarchy/
/swift-2/type/LazySequence/ /v2.2/type/LazySequence/
/swift-2/type/LazySequence/hierarchy/ /v2.2/type/LazySequence/hierarchy/
/swift-2/type/ManagedBuffer/ /v2.2/type/ManagedBuffer/
/swift-2/type/ManagedBuffer/hierarchy/ /v2.2/type/ManagedBuffer/hierarchy/
/swift-2/type/ManagedBufferPointer/ /v2.2/type/ManagedBufferPointer/
/swift-2/type/ManagedBufferPointer/hierarchy/ /v2.2/type/ManagedBufferPointer/hierarchy/
/swift-2/type/ManagedProtoBuffer/ /v2.2/type/ManagedProtoBuffer/
/swift-2/type/ManagedProtoBuffer/hierarchy/ /v2.2/type/ManagedProtoBuffer/hierarchy/
/swift-2/type/Mirror/ /v2.2/type/Mirror/
/swift-2/type/Mirror/hierarchy/ /v2.2/type/Mirror/hierarchy/
/swift-2/type/Mirror.AncestorRepresentation/ /v2.2/type/Mirror.AncestorRepresentation/
/swift-2/type/Mirror.DisplayStyle/ /v2.2/type/Mirror.DisplayStyle/
/swift-2/type/MutableSlice/ /v2.2/type/MutableSlice/
/swift-2/type/MutableSlice/hierarchy/ /v2.2/type/MutableSlice/hierarchy/
/swift-2/type/NonObjectiveCBase/ /v2.2/type/NonObjectiveCBase/
/swift-2/type/NonObjectiveCBase/hierarchy/ /v2.2/type/NonObjectiveCBase/hierarchy/
/swift-2/type/ObjectIdentifier/ /v2.2/type/ObjectIdentifier/
/swift-2/type/ObjectIdentifier/hierarchy/ /v2.2/type/ObjectIdentifier/hierarchy/
/swift-2/type/Optional/ /v2.2/type/Optional/
/swift-2/type/Optional/hierarchy/ /v2.2/type/Optional/hierarchy/
/swift-2/type/PermutationGenerator/ /v2.2/type/PermutationGenerator/
/swift-2/type/PermutationGenerator/hierarchy/ /v2.2/type/PermutationGenerator/hierarchy/
/swift-2/type/PlaygroundQuickLook/ /v2.2/type/PlaygroundQuickLook/
/swift-2/type/PlaygroundQuickLook/hierarchy/ /v2.2/type/PlaygroundQuickLook/hierarchy/
/swift-2/type/Process/ /v2.2/type/Process/
/swift-2/type/Process/hierarchy/ /v2.2/type/Process/hierarchy/
/swift-2/type/Range/ /v2.2/type/Range/
/swift-2/type/Range/hierarchy/ /v2.2/type/Range/hierarchy/
/swift-2/type/RangeGenerator/ /v2.2/type/RangeGenerator/
/swift-2/type/RangeGenerator/hierarchy/ /v2.2/type/RangeGenerator/hierarchy/
/swift-2/type/RawByte/ /v2.2/type/RawByte/
/swift-2/type/RawByte/hierarchy/ /v2.2/type/RawByte/hierarchy/
/swift-2/type/Repeat/ /v2.2/type/Repeat/
/swift-2/type/Repeat/hierarchy/ /v2.2/type/Repeat/hierarchy/
/swift-2/type/ReverseCollection/ /v2.2/type/ReverseCollection/
/swift-2/type/ReverseCollection/hierarchy/ /v2.2/type/ReverseCollection/hierarchy/
/swift-2/type/ReverseIndex/ /v2.2/type/ReverseIndex/
/swift-2/type/ReverseIndex/hierarchy/ /v2.2/type/ReverseIndex/hierarchy/
/swift-2/type/ReverseRandomAccessCollection/ /v2.2/type/ReverseRandomAccessCollection/
/swift-2/type/ReverseRandomAccessCollection/hierarchy/ /v2.2/type/ReverseRandomAccessCollection/hierarchy/
/swift-2/type/ReverseRandomAccessIndex/ /v2.2/type/ReverseRandomAccessIndex/
/swift-2/type/ReverseRandomAccessIndex/hierarchy/ /v2.2/type/ReverseRandomAccessIndex/hierarchy/
/swift-2/type/Set/ /v2.2/type/Set/
/swift-2/type/Set/hierarchy/ /v2.2/type/Set/hierarchy/
/swift-2/type/SetGenerator/ /v2.2/type/SetGenerator/
/swift-2/type/SetGenerator/hierarchy/ /v2.2/type/SetGenerator/hierarchy/
/swift-2/type/SetIndex/ /v2.2/type/SetIndex/
/swift-2/type/SetIndex/hierarchy/ /v2.2/type/SetIndex/hierarchy/
/swift-2/type/Slice/ /v2.2/type/Slice/
/swift-2/type/Slice/hierarchy/ /v2.2/type/Slice/hierarchy/
/swift-2/type/StaticString/ /v2.2/type/StaticString/
/swift-2/type/StaticString/hierarchy/ /v2.2/type/StaticString/hierarchy/
/swift-2/type/StrideThrough/ /v2.2/type/StrideThrough/
/swift-2/type/StrideThrough/hierarchy/ /v2.2/type/StrideThrough/hierarchy/
/swift-2/type/StrideThroughGenerator/ /v2.2/type/StrideThroughGenerator/
/swift-2/type/StrideThroughGenerator/hierarchy/ /v2.2/type/StrideThroughGenerator/hierarchy/
/swift-2/type/StrideTo/ /v2.2/type/StrideTo/
/swift-2/type/StrideTo/hierarchy/ /v2.2/type/StrideTo/hierarchy/
/swift-2/type/StrideToGenerator/ /v2.2/type/StrideToGenerator/
/swift-2/type/StrideToGenerator/hierarchy/ /v2.2/type/StrideToGenerator/hierarchy/
/swift-2/type/String/ /v2.2/type/String/
/swift-2/type/String/hierarchy/ /v2.2/type/String/hierarchy/
/swift-2/type/String.CharacterView/ /v2.2/type/String.CharacterView/
/swift-2/type/String.CharacterView.Index/ /v2.2/type/String.CharacterView.Index/
/swift-2/type/String.UTF16View/ /v2.2/type/String.UTF16View/
/swift-2/type/String.UTF16View.Index/ /v2.2/type/String.UTF16View.Index/
/swift-2/type/String.UTF8View/ /v2.2/type/String.UTF8View/
/swift-2/type/String.UTF8View.Index/ /v2.2/type/String.UTF8View.Index/
/swift-2/type/String.UnicodeScalarView/ /v2.2/type/String.UnicodeScalarView/
/swift-2/type/String.UnicodeScalarView.Generator/ /v2.2/type/String.UnicodeScalarView.Generator/
/swift-2/type/String.UnicodeScalarView.Index/ /v2.2/type/String.UnicodeScalarView.Index/
/swift-2/type/UInt/ /v2.2/type/UInt/
/swift-2/type/UInt/hierarchy/ /v2.2/type/UInt/hierarchy/
/swift-2/type/UInt16/ /v2.2/type/UInt16/
/swift-2/type/UInt16/hierarchy/ /v2.2/type/UInt16/hierarchy/
/swift-2/type/UInt32/ /v2.2/type/UInt32/
/swift-2/type/UInt32/hierarchy/ /v2.2/type/UInt32/hierarchy/
/swift-2/type/UInt64/ /v2.2/type/UInt64/
/swift-2/type/UInt64/hierarchy/ /v2.2/type/UInt64/hierarchy/
/swift-2/type/UInt8/ /v2.2/type/UInt8/
/swift-2/type/UInt8/hierarchy/ /v2.2/type/UInt8/hierarchy/
/swift-2/type/UTF16/ /v2.2/type/UTF16/
/swift-2/type/UTF16/hierarchy/ /v2.2/type/UTF16/hierarchy/
/swift-2/type/UTF32/ /v2.2/type/UTF32/
/swift-2/type/UTF32/hierarchy/ /v2.2/type/UTF32/hierarchy/
/swift-2/type/UTF8/ /v2.2/type/UTF8/
/swift-2/type/UTF8/hierarchy/ /v2.2/type/UTF8/hierarchy/
/swift-2/type/UnicodeDecodingResult/ /v2.2/type/UnicodeDecodingResult/
/swift-2/type/UnicodeDecodingResult/hierarchy/ /v2.2/type/UnicodeDecodingResult/hierarchy/
/swift-2/type/UnicodeScalar/ /v2.2/type/UnicodeScalar/
/swift-2/type/UnicodeScalar/hierarchy/ /v2.2/type/UnicodeScalar/hierarchy/
/swift-2/type/UnicodeScalar.UTF16View/ /v2.2/type/UnicodeScalar.UTF16View/
/swift-2/type/Unmanaged/ /v2.2/type/Unmanaged/
/swift-2/type/Unmanaged/hierarchy/ /v2.2/type/Unmanaged/hierarchy/
/swift-2/type/UnsafeBufferPointer/ /v2.2/type/UnsafeBufferPointer/
/swift-2/type/UnsafeBufferPointer/hierarchy/ /v2.2/type/UnsafeBufferPointer/hierarchy/
/swift-2/type/UnsafeBufferPointerGenerator/ /v2.2/type/UnsafeBufferPointerGenerator/
/swift-2/type/UnsafeBufferPointerGenerator/hierarchy/ /v2.2/type/UnsafeBufferPointerGenerator/hierarchy/
/swift-2/type/UnsafeMutableBufferPointer/ /v2.2/type/UnsafeMutableBufferPointer/
/swift-2/type/UnsafeMutableBufferPointer/hierarchy/ /v2.2/type/UnsafeMutableBufferPointer/hierarchy/
/swift-2/type/UnsafeMutablePointer/ /v2.2/type/UnsafeMutablePointer/
/swift-2/type/UnsafeMutablePointer/hierarchy/ /v2.2/type/UnsafeMutablePointer/hierarchy/
/swift-2/type/UnsafePointer/ /v2.2/type/UnsafePointer/
/swift-2/type/UnsafePointer/hierarchy/ /v2.2/type/UnsafePointer/hierarchy/
/swift-2/type/VaListBuilder/ /v2.2/type/VaListBuilder/
/swift-2/type/VaListBuilder/hierarchy/ /v2.2/type/VaListBuilder/hierarchy/
/swift-2/type/Zip2Generator/ /v2.2/type/Zip2Generator/
/swift-2/type/Zip2Generator/hierarchy/ /v2.2/type/Zip2Generator/hierarchy/
/swift-2/type/Zip2Sequence/ /v2.2/type/Zip2Sequence/
/swift-2/type/Zip2Sequence/hierarchy/ /v2.2/type/Zip2Sequence/hierarchy/
/swift-2/protocol/AbsoluteValuable/ /v2.2/protocol/AbsoluteValuable/
/swift-2/protocol/AbsoluteValuable/hierarchy/ /v2.2/protocol/AbsoluteValuable/hierarchy/
/swift-2/protocol/AnyCollectionType/ /v2.2/protocol/AnyCollectionType/
/swift-2/protocol/AnyCollectionType/hierarchy/ /v2.2/protocol/AnyCollectionType/hierarchy/
/swift-2/protocol/AnyObject/ /v2.2/protocol/AnyObject/
/swift-2/protocol/AnyObject/hierarchy/ /v2.2/protocol/AnyObject/hierarchy/
/swift-2/protocol/ArrayLiteralConvertible/ /v2.2/protocol/ArrayLiteralConvertible/
/swift-2/protocol/ArrayLiteralConvertible/hierarchy/ /v2.2/protocol/ArrayLiteralConvertible/hierarchy/
/swift-2/protocol/BidirectionalIndexType/ /v2.2/protocol/BidirectionalIndexType/
/swift-2/protocol/BidirectionalIndexType/hierarchy/ /v2.2/protocol/BidirectionalIndexType/hierarchy/
/swift-2/protocol/BitwiseOperationsType/ /v2.2/protocol/BitwiseOperationsType/
/swift-2/protocol/BitwiseOperationsType/hierarchy/ /v2.2/protocol/BitwiseOperationsType/hierarchy/
/swift-2/protocol/BooleanLiteralConvertible/ /v2.2/protocol/BooleanLiteralConvertible/
/swift-2/protocol/BooleanLiteralConvertible/hierarchy/ /v2.2/protocol/BooleanLiteralConvertible/hierarchy/
/swift-2/protocol/BooleanType/ /v2.2/protocol/BooleanType/
/swift-2/protocol/BooleanType/hierarchy/ /v2.2/protocol/BooleanType/hierarchy/
/swift-2/protocol/CVarArgType/ /v2.2/protocol/CVarArgType/
/swift-2/protocol/CVarArgType/hierarchy/ /v2.2/protocol/CVarArgType/hierarchy/
/swift-2/protocol/CollectionType/ /v2.2/protocol/CollectionType/
/swift-2/protocol/CollectionType/hierarchy/ /v2.2/protocol/CollectionType/hierarchy/
/swift-2/protocol/Comparable/ /v2.2/protocol/Comparable/
/swift-2/protocol/Comparable/hierarchy/ /v2.2/protocol/Comparable/hierarchy/
/swift-2/protocol/CustomDebugStringConvertible/ /v2.2/protocol/CustomDebugStringConvertible/
/swift-2/protocol/CustomDebugStringConvertible/hierarchy/ /v2.2/protocol/CustomDebugStringConvertible/hierarchy/
/swift-2/protocol/CustomLeafReflectable/ /v2.2/protocol/CustomLeafReflectable/
/swift-2/protocol/CustomLeafReflectable/hierarchy/ /v2.2/protocol/CustomLeafReflectable/hierarchy/
/swift-2/protocol/CustomPlaygroundQuickLookable/ /v2.2/protocol/CustomPlaygroundQuickLookable/
/swift-2/protocol/CustomPlaygroundQuickLookable/hierarchy/ /v2.2/protocol/CustomPlaygroundQuickLookable/hierarchy/
/swift-2/protocol/CustomReflectable/ /v2.2/protocol/CustomReflectable/
/swift-2/protocol/CustomReflectable/hierarchy/ /v2.2/protocol/CustomReflectable/hierarchy/
/swift-2/protocol/CustomStringConvertible/ /v2.2/protocol/CustomStringConvertible/
/swift-2/protocol/CustomStringConvertible/hierarchy/ /v2.2/protocol/CustomStringConvertible/hierarchy/
/swift-2/protocol/DictionaryLiteralConvertible/ /v2.2/protocol/DictionaryLiteralConvertible/
/swift-2/protocol/DictionaryLiteralConvertible/hierarchy/ /v2.2/protocol/DictionaryLiteralConvertible/hierarchy/
/swift-2/protocol/Equatable/ /v2.2/protocol/Equatable/
/swift-2/protocol/Equatable/hierarchy/ /v2.2/protocol/Equatable/hierarchy/
/swift-2/protocol/ErrorType/ /v2.2/protocol/ErrorType/
/swift-2/protocol/ErrorType/hierarchy/ /v2.2/protocol/ErrorType/hierarchy/
/swift-2/protocol/ExtendedGraphemeClusterLiteralConvertible/ /v2.2/protocol/ExtendedGraphemeClusterLiteralConvertible/
/swift-2/protocol/ExtendedGraphemeClusterLiteralConvertible/hierarchy/ /v2.2/protocol/ExtendedGraphemeClusterLiteralConvertible/hierarchy/
/swift-2/protocol/FloatLiteralConvertible/ /v2.2/protocol/FloatLiteralConvertible/
/swift-2/protocol/FloatLiteralConvertible/hierarchy/ /v2.2/protocol/FloatLiteralConvertible/hierarchy/
/swift-2/protocol/FloatingPointType/ /v2.2/protocol/FloatingPointType/
/swift-2/protocol/FloatingPointType/hierarchy/ /v2.2/protocol/FloatingPointType/hierarchy/
/swift-2/protocol/ForwardIndexType/ /v2.2/protocol/ForwardIndexType/
/swift-2/protocol/ForwardIndexType/hierarchy/ /v2.2/protocol/ForwardIndexType/hierarchy/
/swift-2/protocol/GeneratorType/ /v2.2/protocol/GeneratorType/
/swift-2/protocol/GeneratorType/hierarchy/ /v2.2/protocol/GeneratorType/hierarchy/
/swift-2/protocol/Hashable/ /v2.2/protocol/Hashable/
/swift-2/protocol/Hashable/hierarchy/ /v2.2/protocol/Hashable/hierarchy/
/swift-2/protocol/Indexable/ /v2.2/protocol/Indexable/
/swift-2/protocol/Indexable/hierarchy/ /v2.2/protocol/Indexable/hierarchy/
/swift-2/protocol/IntegerArithmeticType/ /v2.2/protocol/IntegerArithmeticType/
/swift-2/protocol/IntegerArithmeticType/hierarchy/ /v2.2/protocol/IntegerArithmeticType/hierarchy/
/swift-2/protocol/IntegerLiteralConvertible/ /v2.2/protocol/IntegerLiteralConvertible/
/swift-2/protocol/IntegerLiteralConvertible/hierarchy/ /v2.2/protocol/IntegerLiteralConvertible/hierarchy/
/swift-2/protocol/IntegerType/ /v2.2/protocol/IntegerType/
/swift-2/protocol/IntegerType/hierarchy/ /v2.2/protocol/IntegerType/hierarchy/
/swift-2/protocol/IntervalType/ /v2.2/protocol/IntervalType/
/swift-2/protocol/IntervalType/hierarchy/ /v2.2/protocol/IntervalType/hierarchy/
/swift-2/protocol/LazyCollectionType/ /v2.2/protocol/LazyCollectionType/
/swift-2/protocol/LazyCollectionType/hierarchy/ /v2.2/protocol/LazyCollectionType/hierarchy/
/swift-2/protocol/LazySequenceType/ /v2.2/protocol/LazySequenceType/
/swift-2/protocol/LazySequenceType/hierarchy/ /v2.2/protocol/LazySequenceType/hierarchy/
/swift-2/protocol/MirrorPathType/ /v2.2/protocol/MirrorPathType/
/swift-2/protocol/MirrorPathType/hierarchy/ /v2.2/protocol/MirrorPathType/hierarchy/
/swift-2/protocol/MutableCollectionType/ /v2.2/protocol/MutableCollectionType/
/swift-2/protocol/MutableCollectionType/hierarchy/ /v2.2/protocol/MutableCollectionType/hierarchy/
/swift-2/protocol/MutableIndexable/ /v2.2/protocol/MutableIndexable/
/swift-2/protocol/MutableIndexable/hierarchy/ /v2.2/protocol/MutableIndexable/hierarchy/
/swift-2/protocol/MutableSliceable/ /v2.2/protocol/MutableSliceable/
/swift-2/protocol/MutableSliceable/hierarchy/ /v2.2/protocol/MutableSliceable/hierarchy/
/swift-2/protocol/NilLiteralConvertible/ /v2.2/protocol/NilLiteralConvertible/
/swift-2/protocol/NilLiteralConvertible/hierarchy/ /v2.2/protocol/NilLiteralConvertible/hierarchy/
/swift-2/protocol/OptionSetType/ /v2.2/protocol/OptionSetType/
/swift-2/protocol/OptionSetType/hierarchy/ /v2.2/protocol/OptionSetType/hierarchy/
/swift-2/protocol/OutputStreamType/ /v2.2/protocol/OutputStreamType/
/swift-2/protocol/OutputStreamType/hierarchy/ /v2.2/protocol/OutputStreamType/hierarchy/
/swift-2/protocol/RandomAccessIndexType/ /v2.2/protocol/RandomAccessIndexType/
/swift-2/protocol/RandomAccessIndexType/hierarchy/ /v2.2/protocol/RandomAccessIndexType/hierarchy/
/swift-2/protocol/RangeReplaceableCollectionType/ /v2.2/protocol/RangeReplaceableCollectionType/
/swift-2/protocol/RangeReplaceableCollectionType/hierarchy/ /v2.2/protocol/RangeReplaceableCollectionType/hierarchy/
/swift-2/protocol/RawRepresentable/ /v2.2/protocol/RawRepresentable/
/swift-2/protocol/RawRepresentable/hierarchy/ /v2.2/protocol/RawRepresentable/hierarchy/
/swift-2/protocol/ReverseIndexType/ /v2.2/protocol/ReverseIndexType/
/swift-2/protocol/ReverseIndexType/hierarchy/ /v2.2/protocol/ReverseIndexType/hierarchy/
/swift-2/protocol/SequenceType/ /v2.2/protocol/SequenceType/
/swift-2/protocol/SequenceType/hierarchy/ /v2.2/protocol/SequenceType/hierarchy/
/swift-2/protocol/SetAlgebraType/ /v2.2/protocol/SetAlgebraType/
/swift-2/protocol/SetAlgebraType/hierarchy/ /v2.2/protocol/SetAlgebraType/hierarchy/
/swift-2/protocol/SignedIntegerType/ /v2.2/protocol/SignedIntegerType/
/swift-2/protocol/SignedIntegerType/hierarchy/ /v2.2/protocol/SignedIntegerType/hierarchy/
/swift-2/protocol/SignedNumberType/ /v2.2/protocol/SignedNumberType/
/swift-2/protocol/SignedNumberType/hierarchy/ /v2.2/protocol/SignedNumberType/hierarchy/
/swift-2/protocol/Streamable/ /v2.2/protocol/Streamable/
/swift-2/protocol/Streamable/hierarchy/ /v2.2/protocol/Streamable/hierarchy/
/swift-2/protocol/Strideable/ /v2.2/protocol/Strideable/
/swift-2/protocol/Strideable/hierarchy/ /v2.2/protocol/Strideable/hierarchy/
/swift-2/protocol/StringInterpolationConvertible/ /v2.2/protocol/StringInterpolationConvertible/
/swift-2/protocol/StringInterpolationConvertible/hierarchy/ /v2.2/protocol/StringInterpolationConvertible/hierarchy/
/swift-2/protocol/StringLiteralConvertible/ /v2.2/protocol/StringLiteralConvertible/
/swift-2/protocol/StringLiteralConvertible/hierarchy/ /v2.2/protocol/StringLiteralConvertible/hierarchy/
/swift-2/protocol/UnicodeCodecType/ /v2.2/protocol/UnicodeCodecType/
/swift-2/protocol/UnicodeCodecType/hierarchy/ /v2.2/protocol/UnicodeCodecType/hierarchy/
/swift-2/protocol/UnicodeScalarLiteralConvertible/ /v2.2/protocol/UnicodeScalarLiteralConvertible/
/swift-2/protocol/UnicodeScalarLiteralConvertible/hierarchy/ /v2.2/protocol/UnicodeScalarLiteralConvertible/hierarchy/
/swift-2/protocol/UnsignedIntegerType/ /v2.2/protocol/UnsignedIntegerType/
/swift-2/protocol/UnsignedIntegerType/hierarchy/ /v2.2/protocol/UnsignedIntegerType/hierarchy/
/swift-2/protocol/_ArrayBufferType/ /v2.2/protocol/_ArrayBufferType/
/swift-2/protocol/_ArrayBufferType/hierarchy/ /v2.2/protocol/_ArrayBufferType/hierarchy/
/swift-2/protocol/_ArrayType/ /v2.2/protocol/_ArrayType/
/swift-2/protocol/_ArrayType/hierarchy/ /v2.2/protocol/_ArrayType/hierarchy/
/swift-2/protocol/_CVarArgAlignedType/ /v2.2/protocol/_CVarArgAlignedType/
/swift-2/protocol/_CVarArgAlignedType/hierarchy/ /v2.2/protocol/_CVarArgAlignedType/hierarchy/
/swift-2/protocol/_CVarArgPassedAsDouble/ /v2.2/protocol/_CVarArgPassedAsDouble/
/swift-2/protocol/_CVarArgPassedAsDouble/hierarchy/ /v2.2/protocol/_CVarArgPassedAsDouble/hierarchy/
/swift-2/protocol/_CocoaStringType/ /v2.2/protocol/_CocoaStringType/
/swift-2/protocol/_CocoaStringType/hierarchy/ /v2.2/protocol/_CocoaStringType/hierarchy/
/swift-2/protocol/_CollectionWrapperType/ /v2.2/protocol/_CollectionWrapperType/
/swift-2/protocol/_CollectionWrapperType/hierarchy/ /v2.2/protocol/_CollectionWrapperType/hierarchy/
/swift-2/protocol/_DestructorSafeContainer/ /v2.2/protocol/_DestructorSafeContainer/
/swift-2/protocol/_DestructorSafeContainer/hierarchy/ /v2.2/protocol/_DestructorSafeContainer/hierarchy/
/swift-2/protocol/_DisallowMixedSignArithmetic/ /v2.2/protocol/_DisallowMixedSignArithmetic/
/swift-2/protocol/_DisallowMixedSignArithmetic/hierarchy/ /v2.2/protocol/_DisallowMixedSignArithmetic/hierarchy/
/swift-2/protocol/_Incrementable/ /v2.2/protocol/_Incrementable/
/swift-2/protocol/_Incrementable/hierarchy/ /v2.2/protocol/_Incrementable/hierarchy/
/swift-2/protocol/_IntegerArithmeticType/ /v2.2/protocol/_IntegerArithmeticType/
/swift-2/protocol/_IntegerArithmeticType/hierarchy/ /v2.2/protocol/_IntegerArithmeticType/hierarchy/
/swift-2/protocol/_IntegerType/ /v2.2/protocol/_IntegerType/
/swift-2/protocol/_IntegerType/hierarchy/ /v2.2/protocol/_IntegerType/hierarchy/
/swift-2/protocol/_MirrorType/ /v2.2/protocol/_MirrorType/
/swift-2/protocol/_MirrorType/hierarchy/ /v2.2/protocol/_MirrorType/hierarchy/
/swift-2/protocol/_NSArrayCoreType/ /v2.2/protocol/_NSArrayCoreType/
/swift-2/protocol/_NSArrayCoreType/hierarchy/ /v2.2/protocol/_NSArrayCoreType/hierarchy/
/swift-2/protocol/_NSCopyingType/ /v2.2/protocol/_NSCopyingType/
/swift-2/protocol/_NSCopyingType/hierarchy/ /v2.2/protocol/_NSCopyingType/hierarchy/
/swift-2/protocol/_NSDictionaryCoreType/ /v2.2/protocol/_NSDictionaryCoreType/
/swift-2/protocol/_NSDictionaryCoreType/hierarchy/ /v2.2/protocol/_NSDictionaryCoreType/hierarchy/
/swift-2/protocol/_NSDictionaryType/ /v2.2/protocol/_NSDictionaryType/
/swift-2/protocol/_NSDictionaryType/hierarchy/ /v2.2/protocol/_NSDictionaryType/hierarchy/
/swift-2/protocol/_NSEnumeratorType/ /v2.2/protocol/_NSEnumeratorType/
/swift-2/protocol/_NSEnumeratorType/hierarchy/ /v2.2/protocol/_NSEnumeratorType/hierarchy/
/swift-2/protocol/_NSFastEnumerationType/ /v2.2/protocol/_NSFastEnumerationType/
/swift-2/protocol/_NSFastEnumerationType/hierarchy/ /v2.2/protocol/_NSFastEnumerationType/hierarchy/
/swift-2/protocol/_NSSetCoreType/ /v2.2/protocol/_NSSetCoreType/
/swift-2/protocol/_NSSetCoreType/hierarchy/ /v2.2/protocol/_NSSetCoreType/hierarchy/
/swift-2/protocol/_NSSetType/ /v2.2/protocol/_NSSetType/
/swift-2/protocol/_NSSetType/hierarchy/ /v2.2/protocol/_NSSetType/hierarchy/
/swift-2/protocol/_NSStringCoreType/ /v2.2/protocol/_NSStringCoreType/
/swift-2/protocol/_NSStringCoreType/hierarchy/ /v2.2/protocol/_NSStringCoreType/hierarchy/
/swift-2/protocol/_ObjectiveCBridgeable/ /v2.2/protocol/_ObjectiveCBridgeable/
/swift-2/protocol/_ObjectiveCBridgeable/hierarchy/ /v2.2/protocol/_ObjectiveCBridgeable/hierarchy/
/swift-2/protocol/_PointerType/ /v2.2/protocol/_PointerType/
/swift-2/protocol/_PointerType/hierarchy/ /v2.2/protocol/_PointerType/hierarchy/
/swift-2/protocol/_RandomAccessAmbiguity/ /v2.2/protocol/_RandomAccessAmbiguity/
/swift-2/protocol/_RandomAccessAmbiguity/hierarchy/ /v2.2/protocol/_RandomAccessAmbiguity/hierarchy/
/swift-2/protocol/_Reflectable/ /v2.2/protocol/_Reflectable/
/swift-2/protocol/_Reflectable/hierarchy/ /v2.2/protocol/_Reflectable/hierarchy/
/swift-2/protocol/_ReverseCollectionType/ /v2.2/protocol/_ReverseCollectionType/
/swift-2/protocol/_ReverseCollectionType/hierarchy/ /v2.2/protocol/_ReverseCollectionType/hierarchy/
/swift-2/protocol/_SequenceWrapperType/ /v2.2/protocol/_SequenceWrapperType/
/swift-2/protocol/_SequenceWrapperType/hierarchy/ /v2.2/protocol/_SequenceWrapperType/hierarchy/
/swift-2/protocol/_ShadowProtocol/ /v2.2/protocol/_ShadowProtocol/
/swift-2/protocol/_ShadowProtocol/hierarchy/ /v2.2/protocol/_ShadowProtocol/hierarchy/
/swift-2/protocol/_SignedIntegerType/ /v2.2/protocol/_SignedIntegerType/
/swift-2/protocol/_SignedIntegerType/hierarchy/ /v2.2/protocol/_SignedIntegerType/hierarchy/
/swift-2/protocol/_SinkType/ /v2.2/protocol/_SinkType/
/swift-2/protocol/_SinkType/hierarchy/ /v2.2/protocol/_SinkType/hierarchy/
/swift-2/protocol/_Strideable/ /v2.2/protocol/_Strideable/
/swift-2/protocol/_Strideable/hierarchy/ /v2.2/protocol/_Strideable/hierarchy/
/swift-2/protocol/_StringElementType/ /v2.2/protocol/_StringElementType/
/swift-2/protocol/_StringElementType/hierarchy/ /v2.2/protocol/_StringElementType/hierarchy/
/swift-2/operator/excleq/ /v2.2/operator/excleq/
/swift-2/operator/excleqeq/ /v2.2/operator/excleqeq/
/swift-2/operator/pct/ /v2.2/operator/pct/
/swift-2/operator/pcteq/ /v2.2/operator/pcteq/
/swift-2/operator/amp/ /v2.2/operator/amp/
/swift-2/operator/ampamp/ /v2.2/operator/ampamp/
/swift-2/operator/ampstar/ /v2.2/operator/ampstar/
/swift-2/operator/amppls/ /v2.2/operator/amppls/
/swift-2/operator/ampmns/ /v2.2/operator/ampmns/
/swift-2/operator/ampeq/ /v2.2/operator/ampeq/
/swift-2/operator/star/ /v2.2/operator/star/
/swift-2/operator/stareq/ /v2.2/operator/stareq/
/swift-2/operator/pls/ /v2.2/operator/pls/
/swift-2/operator/plseq/ /v2.2/operator/plseq/
/swift-2/operator/mns/ /v2.2/operator/mns/
/swift-2/operator/mnseq/ /v2.2/operator/mnseq/
/swift-2/operator/dotdotdot/ /v2.2/operator/dotdotdot/
/swift-2/operator/dotdotlt/ /v2.2/operator/dotdotlt/
/swift-2/operator/slash/ /v2.2/operator/slash/
/swift-2/operator/slasheq/ /v2.2/operator/slasheq/
/swift-2/operator/lt/ /v2.2/operator/lt/
/swift-2/operator/ltlt/ /v2.2/operator/ltlt/
/swift-2/operator/ltlteq/ /v2.2/operator/ltlteq/
/swift-2/operator/lteq/ /v2.2/operator/lteq/
/swift-2/operator/eqeq/ /v2.2/operator/eqeq/
/swift-2/operator/eqeqeq/ /v2.2/operator/eqeqeq/
/swift-2/operator/gt/ /v2.2/operator/gt/
/swift-2/operator/gteq/ /v2.2/operator/gteq/
/swift-2/operator/gtgt/ /v2.2/operator/gtgt/
/swift-2/operator/gtgteq/ /v2.2/operator/gtgteq/
/swift-2/operator/qmqm/ /v2.2/operator/qmqm/
/swift-2/operator/crt/ /v2.2/operator/crt/
/swift-2/operator/crteq/ /v2.2/operator/crteq/
/swift-2/operator/bar/ /v2.2/operator/bar/
/swift-2/operator/bareq/ /v2.2/operator/bareq/
/swift-2/operator/barbar/ /v2.2/operator/barbar/
/swift-2/operator/tildeeq/ /v2.2/operator/tildeeq/
/swift-2/operator/tildegt/ /v2.2/operator/tildegt/
/swift-2/operator/prefix_excl/ /v2.2/operator/prefix_excl/
/swift-2/operator/prefix_pls/ /v2.2/operator/prefix_pls/
/swift-2/operator/prefix_plspls/ /v2.2/operator/prefix_plspls/
/swift-2/operator/prefix_mns/ /v2.2/operator/prefix_mns/
/swift-2/operator/prefix_mnsmns/ /v2.2/operator/prefix_mnsmns/
/swift-2/operator/prefix_tilde/ /v2.2/operator/prefix_tilde/
/swift-2/func/abs /v2.2/func/abs
/swift-2/func/alignof /v2.2/func/alignof
/swift-2/func/alignofValue /v2.2/func/alignofValue
/swift-2/func/anyGenerator /v2.2/func/anyGenerator
/swift-2/func/assert /v2.2/func/assert
/swift-2/func/assertionFailure /v2.2/func/assertionFailure
/swift-2/func/debugPrint /v2.2/func/debugPrint
/swift-2/func/dump /v2.2/func/dump
/swift-2/func/fatalError /v2.2/func/fatalError
/swift-2/func/getVaList /v2.2/func/getVaList
/swift-2/func/isUniquelyReferenced /v2.2/func/isUniquelyReferenced
/swift-2/func/isUniquelyReferencedNonObjC /v2.2/func/isUniquelyReferencedNonObjC
/swift-2/func/max /v2.2/func/max
/swift-2/func/min /v2.2/func/min
/swift-2/func/numericCast /v2.2/func/numericCast
/swift-2/func/precondition /v2.2/func/precondition
/swift-2/func/preconditionFailure /v2.2/func/preconditionFailure
/swift-2/func/print /v2.2/func/print
/swift-2/func/readLine /v2.2/func/readLine
/swift-2/func/sizeof /v2.2/func/sizeof
/swift-2/func/sizeofValue /v2.2/func/sizeofValue
/swift-2/func/strideof /v2.2/func/strideof
/swift-2/func/strideofValue /v2.2/func/strideofValue
/swift-2/func/swap /v2.2/func/swap
/swift-2/func/transcode /v2.2/func/transcode
/swift-2/func/unsafeAddressOf /v2.2/func/unsafeAddressOf
/swift-2/func/unsafeBitCast /v2.2/func/unsafeBitCast
/swift-2/func/unsafeDowncast /v2.2/func/unsafeDowncast
/swift-2/func/unsafeUnwrap /v2.2/func/unsafeUnwrap
/swift-2/func/withExtendedLifetime /v2.2/func/withExtendedLifetime
/swift-2/func/withUnsafeMutablePointer /v2.2/func/withUnsafeMutablePointer
/swift-2/func/withUnsafeMutablePointers /v2.2/func/withUnsafeMutablePointers
/swift-2/func/withUnsafePointer /v2.2/func/withUnsafePointer
/swift-2/func/withUnsafePointers /v2.2/func/withUnsafePointers
/swift-2/func/withVaList /v2.2/func/withVaList
/swift-2/func/zip /v2.2/func/zip