rust/library/alloc
kadmin f240abc1dc Add array window fn
Updated issue to #75027

Update to rm oob access

And hopefully fix docs as well

Fixed naming conflict in test

Fix test which used 1-indexing

Nth starts from 0, woops

Fix a bunch of off by 1 errors

See https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=757b311987e3fae1ca47122969acda5a

Add even more off by 1 errors

And also write `next` and `next_back` in terms of `nth` and `nth_back`.

Run fmt

Fix forgetting to change fn name in test

add nth_back test & document unsafe

Remove as_ref().unwrap()
Documented occurrences of unsafe, noting what invariants are maintained
2020-09-16 14:52:20 +00:00
..
benches fix benchmark compile errors 2020-09-03 20:59:33 +02:00
src Add array window fn 2020-09-16 14:52:20 +00:00
tests Rollup merge of #75882 - pickfire:patch-6, r=jyn514 2020-09-16 01:30:36 +02:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00