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

Improve Equal package function #34

Merged
merged 1 commit into from
Jul 19, 2018
Merged

Improve Equal package function #34

merged 1 commit into from
Jul 19, 2018

Commits on Jul 19, 2018

  1. Improve Equal package function

    This change makes some improvements to the Equal package function:
    
    - updates function comment to read better
    - changes the argument variables to `a` and `b`, instead of `u1` and `u2`
    - compare the arrays directly, instead of converting to slices and comparing
    
    Fixes #33
    
    Signed-off-by: Tim Heckman <t@heckman.io>
    theckman committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    2af6bef View commit details
    Browse the repository at this point in the history