mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-17 06:08:32 +01:00
Merge pull request #737 from revarbat/revarbat_dev
Removed invalid zip() reference.
This commit is contained in:
commit
0e99908440
@ -779,7 +779,6 @@ function group_sort(list, idx) =
|
|||||||
// Usage:
|
// Usage:
|
||||||
// groupings = group_data(groups, values);
|
// groupings = group_data(groups, values);
|
||||||
// Topics: Array Handling
|
// Topics: Array Handling
|
||||||
// See Also: zip()
|
|
||||||
// Description:
|
// Description:
|
||||||
// Given a list of integer group numbers, and an equal-length list of values,
|
// Given a list of integer group numbers, and an equal-length list of values,
|
||||||
// returns a list of groups with the values sorted into the corresponding groups.
|
// returns a list of groups with the values sorted into the corresponding groups.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user