Avatar
norio_nomura 7/2/2017 2:36 PM
プロトコルエクステンションのinitでクラスのselfを置き換える手法を使うことで、swift-corelibs-foundationのNSNumberCFNumberCreate()で作成する様に変更するPRを書いた。 https://github.com/apple/swift-corelibs-foundation/pull/1093 (edited)
This replaces #1025 by further utilizing the Factory Initializer Method (SR-5255). Use CFNumberCreate() as factory initializer on NSNumber Remove NSNumber._objCType Change the properties of NSNu...