Skip to content

Consider deprecating rotate_left #26

@scottmcm

Description

@scottmcm

Now that https://doc.rust-lang.org/std/primitive.slice.html#method.rotate_left is stable (1.26), consider deprecating the implementation here. Note that they're not identical; in the std version the shift length isn't modulo the array length. The std version is notably faster than this rotate implementation, however.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions