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

Rename CallArgs::{get, get_mut} to {index, index_mut}. #220

Merged
merged 2 commits into from Nov 27, 2015
Merged

Rename CallArgs::{get, get_mut} to {index, index_mut}. #220

merged 2 commits into from Nov 27, 2015

Commits on Nov 18, 2015

  1. Rename CallArgs::{get, get_mut} to {index, index_mut}.

    CallArgs::get exists in C++ with different semantics. It is confusing to have
    it exist in this form.
    Ms2ger committed Nov 18, 2015
  2. Introduce a new CallArgs::get().

    This matches the semantics in C++.
    Ms2ger committed Nov 18, 2015
You can’t perform that action at this time.