Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Provide an API for hashCode getters. #2165

Merged
merged 1 commit into from
Dec 10, 2015
Merged

Provide an API for hashCode getters. #2165

merged 1 commit into from
Dec 10, 2015

Conversation

Hixie
Copy link
Contributor

@Hixie Hixie commented Dec 10, 2015

@abarth
Copy link
Contributor

abarth commented Dec 10, 2015

Conceptually, this function belongs in a lower level dart core library, but Conway's law.

LGTM

Hixie added a commit that referenced this pull request Dec 10, 2015
Provide an API for hashCode getters.
@Hixie Hixie merged commit 49a8dfb into flutter:master Dec 10, 2015
@Hixie Hixie deleted the hashCodes branch December 10, 2015 15:52
@Hixie
Copy link
Contributor Author

Hixie commented Dec 10, 2015

Filed dart-lang/sdk#25217

if (arg20 != _hashEnd) {
assert(arg20 is! Iterable);
result = 37 * result + arg20.hashCode;
// I can see my house from here!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't even.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants