in reply to Re^3: MCE::OrdHash naming Push and Unshift methods supporting merging and reordering
in thread MCE::OrdHash naming Push and Unshift methods supporting merging and reordering
The new names are definitely clearer. The methods PushRo, UnshiftRo, keys, values, and pairs will change to PushNew, UnshiftNew, KeysKeyed, ValuesKeyed, and PairsKeyed respectively.
I will optimize Keys(indices), Values(indices), and Pairs(indices) as these may be used more often without arguments due to shorter names. Am thinking that KeysKeyed is unnecessary now and can be removed from the API.
Thank you, Mario
|
|---|