Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Map #19

Merged
merged 4 commits into from
Jul 27, 2016
Merged

Support for Map #19

merged 4 commits into from
Jul 27, 2016

Commits on Jul 27, 2016

  1. Configuration menu
    Copy the full SHA
    c16cd96 View commit details
    Browse the repository at this point in the history
  2. Add Map.of() and test cases

    Test cases copied from immutable where appropriate with necessary
    changes and some type specific tests.
    
    Added failing cases for map and filter (destructive to original data)
    davecoates committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    aeaf5fb View commit details
    Browse the repository at this point in the history
  3. Fix map construction

    davecoates committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    653c07f View commit details
    Browse the repository at this point in the history
  4. Add Map to readme

    davecoates committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    d6b3a41 View commit details
    Browse the repository at this point in the history