Files
rust/library/alloc/src
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
..
2020-07-27 19:51:13 -05:00
2020-08-27 19:19:29 +01:00
2020-08-14 01:28:04 +02:00
2020-09-08 22:37:18 -04:00
2020-08-31 03:43:47 +02:00
2020-08-21 19:31:00 +02:00
2020-09-16 14:52:20 +00:00
2020-08-21 00:25:25 +02:00
2020-08-20 11:56:46 +02:00
2020-09-11 07:25:28 -05:00
2020-09-16 14:52:20 +00:00
2020-07-27 19:51:13 -05:00
2020-07-27 19:51:13 -05:00