前端之家收集整理的这篇文章主要介绍了
Swift 74个全局方法,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
func abs<T : SignedNumberType>(_ x: T) -> T
- advance(…)@H_404_3@
- alignof(…)@H_404_3@
@warn_unused_result func alignof<T>(_ _: T.Type) -> Int
@warn_unused_result func alignofValue<T>(_ _: T) -> Int
- assert(…)@H_404_3@
- bridgeFromObjectiveC(…)@H_404_3@
- bridgeFromObjectiveCUnconditional(…)@H_404_3@
- bridgeToObjectiveC(…)@H_404_3@
- bridgeToObjectiveCUnconditional(…)@H_404_3@
- c_malloc_size(…)@H_404_3@
- c_memcpy(…)@H_404_3@
- c_putchar(…)@H_404_3@
- contains(…)@H_404_3@
- count(…)@H_404_3@
- countElements(…)@H_404_3@
- countLeadingZeros(…)@H_404_3@
- debugPrint(…)@H_404_3@
- debugPrintln(…)@H_404_3@
- distance(…)@H_404_3@
- dropFirst(…)@H_404_3@
- dropLast(…)@H_404_3@
- dump(…)@H_404_3@
- encodeBitsAsWords(…)@H_404_3@
- enumerate(…)@H_404_3@
- equal(…)@H_404_3@
- filter(…)@H_404_3@
- find(…)@H_404_3@
- getBridgedObjectiveCType(…)@H_404_3@
- getVaList(…)@H_404_3@
- indices(…)@H_404_3@
- insertionSort(…)@H_404_3@
- isBridgedToObjectiveC(…)@H_404_3@
- isBridgedVerbatimToObjectiveC(…)@H_404_3@
- isUniquelyReferenced(…)@H_404_3@
- join(…)@H_404_3@
- lexicographicalCompare(…)@H_404_3@
- map(…)@H_404_3@
- max(…)@H_404_3@
- maxElement(…)@H_404_3@
- min(…)@H_404_3@
- minElement(…)@H_404_3@
- numericCast(…)@H_404_3@
- partition(…)@H_404_3@
- posix_read(…)@H_404_3@
- posix_write(…)@H_404_3@
- print(…)@H_404_3@
- println(…)@H_404_3@
- quickSort(…)@H_404_3@
- reduce(…)@H_404_3@
- reflect(…)@H_404_3@
- reinterpretCast(…)@H_404_3@
- reverse(…)@H_404_3@
- roundUpToAlignment(…)@H_404_3@
- sizeof(…)@H_404_3@
- sizeofValue(…)@H_404_3@
- sort(…)@H_404_3@
- split(…)@H_404_3@
- startsWith(…)@H_404_3@
- strideof(…)@H_404_3@
- strideofValue(…)@H_404_3@
- swap(…)@H_404_3@
- swift_MagicMirrorData_summaryImpl(…)@H_404_3@
- swift_bufferAllocate(…)@H_404_3@
- swift_keepAlive(…)@H_404_3@
- toString(…)@H_404_3@
- transcode(…)@H_404_3@
- underestimateCount(…)@H_404_3@
- unsafeReflect(…)@H_404_3@
- withExtendedLifetime(…)@H_404_3@
- withObjectAtPlusZero(…)@H_404_3@
- withUnsafePointer(…)@H_404_3@
- withUnsafePointerToObject(…)@H_404_3@
- withUnsafePointers(…)@H_404_3@
- withVaList(…)@H_404_3@
原文链接:https://www.f2er.com/swift/323926.html