Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 547 Bytes

README.org

File metadata and controls

18 lines (12 loc) · 547 Bytes

multi-valued dictionary

a crappy multi-valued dictionary https://github.com/vonbecmann/multi-valued-dictionary/actions/workflows/CI.yml/badge.svg where each Association is like

  • key -> a collection of values

here’s an article https://en.wikipedia.org/wiki/Multivalued_function

To install it do

Metacello new
   baseline: 'MultiValuedDictionary';
   repository: 'github://vonbecmann/multi-valued-dictionary/repository';
   load.