Swift 74个全局方法

前端之家收集整理的这篇文章主要介绍了Swift 74个全局方法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  • abs(…)
  • @H_404_4@
    func abs<T : SignedNumberType>(_ x: T) -> T
    • advance(…)
    • alignof(…)
    • @H_404_4@
      @warn_unused_result func alignof<T>(_ _: T.Type) -> Int
      • alignofValue(…)
      • @H_404_4@
        @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(…)
        • @H_404_4@

猜你在找的Swift相关文章