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