Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Make List.shift cheaper in the (common) case that we have an element.…
… This in turn makes list assignment cheaper, wich does a gimme to ensure there is an element, followed by a shift.
- Loading branch information