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 propertyDeprecation: use std.algorithm.reverse instead of .reverse property
Thanks, Lucia
