Re: [swift-corelibs-dev] Scanner with Swift 3

2016-12-05 Thread Philippe Hausler via swift-corelibs-dev
It is worth noting that this is not the only case that has this “flaw”. In many of the AUMPs exposed in Foundation they are really either “out” parameters or in a few cases “inout” parameters (and I think there are a handful of “in” style parameters too). The major issue for refining this in th

[swift-corelibs-dev] Scanner with Swift 3

2016-12-05 Thread Oliver Drobnik via swift-corelibs-dev
Hello, This is a repeat of an earlier post where I did not get a single response... might have fallen through the cracks... Earlier I posted this proposal to the Swift Evolution Mailing list. Then I looked at the NSScanner implementation in core libs and found experimental API using the retu