mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Removed invalid zip() reference.
This commit is contained in:
parent
220af82d31
commit
9a71a69762
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue