[swift-evolution] Add stableSort() to the standard library.
Dmitri Gribenko
gribozavr at gmail.com
Mon Jan 11 13:03:53 CST 2016
On Mon, Jan 11, 2016 at 10:26 AM, Davide Italiano <dccitaliano at gmail.com> wrote:
> So, my preference is for passing a Bool to sort(), and *eventually*
> re-evaluate if needed.
I agree.
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