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

Add a unique_list function #185

Merged
merged 1 commit into from
Oct 10, 2018
Merged

Add a unique_list function #185

merged 1 commit into from
Oct 10, 2018

Commits on Aug 7, 2018

  1. Add a unique_list function

    The unique_list function takes a list as parameter, and returns
    a list without any duplicated elements. The order of the elements
    is maintained (i.e. if the first occurrence of an element appears in
    the list before the first occurrence of another, the former will
    precede the latter in the final list).
    XaF committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    acfa8bf View commit details
    Browse the repository at this point in the history