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

Redo the interface of CFDictionary and CFMutableDictionary #189

Merged
merged 2 commits into from Feb 7, 2018

Commits on Feb 7, 2018

  1. Move FromVoid and ItemRef to base

    This will let us reuse them in dictionary.rs
    jrmuizel committed Feb 7, 2018
  2. Redo the interface of CFDictionary and CFMutableDictionary

    This is a pretty big change to take advantge of the type parameters.
    It simplifies things and makes them more safe.
    jrmuizel committed Feb 7, 2018
You can’t perform that action at this time.