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

Core/Array: uasort #86

Open
nkkollaw opened this issue Aug 2, 2017 · 4 comments
Open

Core/Array: uasort #86

nkkollaw opened this issue Aug 2, 2017 · 4 comments

Comments

@nkkollaw
Copy link
Owner

nkkollaw commented Aug 2, 2017

No description provided.

@nkkollaw nkkollaw modified the milestone: Version 0.1 Aug 2, 2017
@nkkollaw nkkollaw assigned nkkollaw and unassigned nkkollaw Aug 2, 2017
@Petah
Copy link

Petah commented Aug 5, 2017

Should this be u_a_sort or ua_sort or uasort?

@nkkollaw
Copy link
Owner Author

nkkollaw commented Aug 5, 2017

It's three words (u = user, a = array, and then sort), so it'll be u_a_sort. It might also be aliased to user_array_sort, user_arr_sort, but possibly sometime in the future.

This function should also return the array instead of a boolean, and the value shouldn't be passed by reference (it never should).

@Petah
Copy link

Petah commented Aug 5, 2017

the value shouldn't be passed by reference (it never should)

How that does work for methods where it is required, like end, reset, etc?

@nkkollaw
Copy link
Owner Author

nkkollaw commented Aug 5, 2017

@Petah No idea. We haven't gotten to those just yet.

Sent from my HUAWEI CAM-L21 using FastHub

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

No branches or pull requests

2 participants