1
Fork 0

Add get_many_mut methods to slice

This commit is contained in:
Marvin Löbel 2021-03-28 14:24:49 +02:00 committed by Mark Rousskov
parent 9cdfe03b06
commit 3fe37b8c6e
5 changed files with 201 additions and 0 deletions

View file

@ -347,6 +347,7 @@
#![feature(stdsimd)]
#![feature(test)]
#![feature(trace_macros)]
#![feature(get_many_mut)]
//
// Only used in tests/benchmarks:
//