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

AnyEquatable should use a single tulple for storage #5

Open
shawnthroop opened this issue Jan 12, 2019 · 0 comments
Open

AnyEquatable should use a single tulple for storage #5

shawnthroop opened this issue Jan 12, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@shawnthroop
Copy link
Owner

shawnthroop commented Jan 12, 2019

Currently base is of type Any but it would be simpler to wrap both the equality check and value together.

public let base: (value: Any, isEqual: (AnyEquatable, AnyEquatable) -> Bool)
@shawnthroop shawnthroop self-assigned this Jan 12, 2019
@shawnthroop shawnthroop added the enhancement New feature or request label Jan 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant