Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add as_slice and as_mut_slice methods #182

Merged
merged 1 commit into from Nov 16, 2019

Commits on Nov 16, 2019

  1. Add as_slice and as_mut_slice methods

    To allow random access for remaining data in smallvec::IntoIter, just like
    std::vec::IntoIter
    
    Implements servo#181
    rklaehn committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    bd47300 View commit details
    Browse the repository at this point in the history