bimap-rs icon indicating copy to clipboard operation
bimap-rs copied to clipboard

Inconsistent method naming

Open billyrieger opened this issue 3 years ago • 0 comments

A more consistent API naming scheme for bimaps would be:

  • fn method_left() and fn method_right() for methods that operate on each half of the bimap.
  • fn method() for methods that operate on the entire bimap.

billyrieger avatar Mar 24 '22 20:03 billyrieger