Commits
Max Moiseev committed 59303e239c8
[stdlib] improving RangeReplaceableCollection Incorporates a commit from master, where an extra overload for `+` on Collection was removed. Also fixes a minor bug where capacity was calculated incorrectly as `rhs.count + rhs.underestimatedCount`.