Commits
Click on a commit to change the comparison rangerefactor(allocator/vec): re-order methods (#11080)
Pure refactor. Move simple getter / setter methods `len`, `set_len`, `capacity`, and `bump` towards the top of `impl`, after the constructor methods.
I find it clearer to have these simple methods in an easy-to-find place.
Does not change any code, just moves it.8 months ago
by overlookmotel