Closed Jxl-s closed 3 years ago
Thanks for alerting me about this issue via this PR! This module is meant to be immutable data changes, so whilst fixing the types does make it more type-accurate, it does not solve the root problem (it should return a new table)
Sleitnick recently made a big change to the original tableutil module making it completely immutable, so I'll probably end up checking all the types sometime tomorrow when I update the module to that commit.
Thanks for alerting this to my attention though!
it seems like tableutil.Shuffle doesn't return anything, but mutates the original array