pyeffects icon indicating copy to clipboard operation
pyeffects copied to clipboard

Add a collections Api: List, Set, and Map

Open vickumar1981 opened this issue 4 years ago • 0 comments

Add classes for List, Set, and Map that wrap the python built-in list, set, and dict objects. Will extend the base Monad object and support map and flat_map operations, as well as other basic operations that can be wrapped by just calling the built-in methods.

vickumar1981 avatar Apr 02 '20 22:04 vickumar1981