rust/src/libcollections/hash
Brian Anderson 4f5b6927e8 std: Rename various slice traits for consistency
ImmutableVector -> ImmutableSlice
ImmutableEqVector -> ImmutableEqSlice
ImmutableOrdVector -> ImmutableOrdSlice
MutableVector -> MutableSlice
MutableVectorAllocating -> MutableSliceAllocating
MutableCloneableVector -> MutableCloneableSlice
MutableOrdVector -> MutableOrdSlice

These are all in the prelude so most code will not break.

[breaking-change]
2014-08-13 11:30:14 -07:00
..
mod.rs std: Rename various slice traits for consistency 2014-08-13 11:30:14 -07:00
sip.rs std: Rename various slice traits for consistency 2014-08-13 11:30:14 -07:00