[swift-evolution] [Proposal] Move public AutoreleasingUnsafeMutablePointer API from StdlibCore -> Objective C Overlay
Dmitri Gribenko
gribozavr at gmail.com
Fri Jul 22 10:32:45 CDT 2016
On Fri, Jul 22, 2016 at 8:23 AM, FĂ©lix Cloutier
<swift-evolution at swift.org> wrote:
> I agree on principle for moving it out of stdlib, but what's the Objective-C
> overlay?
It is the overlay for the 'ObjectiveC' module where NSObject is defined.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the swift-evolution
mailing list