dmd/changelog/removeArrayProps.dd
2017-06-06 22:48:44 +02:00

4 lines
276 B
Text

The deprecated built-in array properties `.sort` and `.reverse` were removed.
Usage of those built-in array properties was deprecated since 2.072.0 and they have now been removed.
Use $(REF sort, std, algorithm, sorting) and $(REF reverse, std, algorithm, mutation) instead.