You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There just aren't any implementations on &mut [T] at all. mut_slice is an obvious one. also swap. I could also use a method for copying elements from one &[T] to an &mut [T].
Activity
ntrel commentedon Apr 26, 2013
mut_slice
seems to be here:https://github.com/mozilla/rust/blob/master/src/libcore/vec.rs#L281
brson commentedon May 10, 2013
@ntrel that's a function though, so must be used like
vec::mut_slice(foo, ...)
, when I would prefer to use it likefoo.mut_slice(...)
brson commentedon May 12, 2013
Nominating backward compat
graydon commentedon May 16, 2013
accepted for backwards-compatible milestone
auto merge of #6780 : june0cho/rust/issue5984, r=brson
auto merge of #6800 : june0cho/rust/issue5984, r=pcwalton
Auto merge of rust-lang#5984 - ebroto:5693_const_assoc_fn, r=flip1995
Auto merge of rust-lang#6077 - ebroto:revert_or_fun_call_const, r=mat…
Auto merge of rust-lang#6115 - ebroto:changelog_1_48, r=flip1995