Skip to content

.sort does not clone items

Compare
Choose a tag to compare
@justinbmeyer justinbmeyer released this 10 Jan 23:01
· 631 commits to master since this release

From #138, this fixes a bug where .sort() would create copies of every item in the list instead of just moving those items around.