Array Sort and Reverse Deprecation

Lucia Cojocaru via Digitalmars-d digitalmars-d at puremagic.com
Sat May 20 03:52:24 PDT 2017


Hi,

I see array.sort and array.reverse are still in the deprecation 
phase. Is there any planned date for their removal?

Deprecation: use std.algorithm.sort instead of .sort property
Deprecation: use std.algorithm.reverse instead of .reverse 
property

Thanks,
Lucia


More information about the Digitalmars-d mailing list