OLD | NEW |
(Empty) | |
| 1 Foo |
| 2 Bar |
| 3 |
| 4 abs advance alignof alignofValue |
| 5 assert contains count countElements |
| 6 debugPrint debugPrintln distance |
| 7 dropFirst dropLast dump enumerate |
| 8 equal filter find first getVaList |
| 9 indices isEmpty join last |
| 10 lexicographicalCompare map max |
| 11 maxElement min minElement numericCast |
| 12 overlaps partition print |
| 13 println reduce reflect reverse |
| 14 sizeof sizeofValue sort sorted |
| 15 split startsWith stride strideof |
| 16 strideofValue suffix swap toDebugString |
| 17 toString transcode underestimateCount |
| 18 unsafeBitCast withExtendedLifetime |
| 19 withUnsafeMutablePointer |
| 20 withUnsafeMutablePointers |
| 21 withUnsafePointer withUnsafePointers |
| 22 withVaList |
| 23 |
| 24 ---------------------------------------------------- |
| 25 |
| 26 [ |
| 27 ["builtin", "Foo"], |
| 28 ["builtin", "Bar"], |
| 29 |
| 30 ["builtin", "abs"], ["builtin", "advance"], ["builtin", "alignof"], ["bu
iltin", "alignofValue"], |
| 31 ["builtin", "assert"], ["builtin", "contains"], ["builtin", "count"], ["
builtin", "countElements"], |
| 32 ["builtin", "debugPrint"], ["builtin", "debugPrintln"], ["builtin", "dis
tance"], |
| 33 ["builtin", "dropFirst"], ["builtin", "dropLast"], ["builtin", "dump"],
["builtin", "enumerate"], |
| 34 ["builtin", "equal"], ["builtin", "filter"], ["builtin", "find"], ["buil
tin", "first"], ["builtin", "getVaList"], |
| 35 ["builtin", "indices"], ["builtin", "isEmpty"], ["builtin", "join"], ["b
uiltin", "last"], |
| 36 ["builtin", "lexicographicalCompare"], ["builtin", "map"], ["builtin", "
max"], |
| 37 ["builtin", "maxElement"], ["builtin", "min"], ["builtin", "minElement"]
, ["builtin", "numericCast"], |
| 38 ["builtin", "overlaps"], ["builtin", "partition"], ["builtin", "print"], |
| 39 ["builtin", "println"], ["builtin", "reduce"], ["builtin", "reflect"], [
"builtin", "reverse"], |
| 40 ["builtin", "sizeof"], ["builtin", "sizeofValue"], ["builtin", "sort"],
["builtin", "sorted"], |
| 41 ["builtin", "split"], ["builtin", "startsWith"], ["builtin", "stride"],
["builtin", "strideof"], |
| 42 ["builtin", "strideofValue"], ["builtin", "suffix"], ["builtin", "swap"]
, ["builtin", "toDebugString"], |
| 43 ["builtin", "toString"], ["builtin", "transcode"], ["builtin", "underest
imateCount"], |
| 44 ["builtin", "unsafeBitCast"], ["builtin", "withExtendedLifetime"], |
| 45 ["builtin", "withUnsafeMutablePointer"], |
| 46 ["builtin", "withUnsafeMutablePointers"], |
| 47 ["builtin", "withUnsafePointer"], ["builtin", "withUnsafePointers"], |
| 48 ["builtin", "withVaList"] |
| 49 ] |
| 50 |
| 51 ---------------------------------------------------- |
| 52 |
| 53 Checks for builtins. |
OLD | NEW |