Daniel Micay
|
8bf9bae303
|
remove cautionary wording in the hashmap docstring
it's pretty solid, at least relative to most of the other modules
|
2013-01-23 16:29:38 -05:00 |
|
Daniel Micay
|
dbeef1d657
|
remove the LinearMap get_copy method
This isn't simpler (or faster) than just doing the copy in the caller,
and it doesn't work for types that can be cloned but not copied.
|
2013-01-23 14:25:06 -05:00 |
|
Daniel Micay
|
45c9f6a099
|
add find method to the core::container::Map trait
|
2013-01-23 14:25:06 -05:00 |
|
Daniel Micay
|
ee0a8c68ab
|
rename hashmap find_ref/get_ref -> find/get
|
2013-01-23 14:25:06 -05:00 |
|
Daniel Micay
|
203fcbd0f3
|
rename hashmap find/get -> find_copy/get_copy
|
2013-01-23 14:25:06 -05:00 |
|
Daniel Micay
|
b7ef28c33a
|
rename send_map to hashmap
This makes the module much more discoverable, and is in line with the
'treemap' naming.
|
2013-01-23 14:25:01 -05:00 |
|