You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wrote my own findIndex function for general arrays before finding a similar function in Data.Massiv.Vector. I think the function findIndex should be moved to a more general module!
Thank you!
EDIT: Or, maybe. move the function and add a specialized one to Data.Massiv.Vector?
The text was updated successfully, but these errors were encountered:
It is merely re-exported from Data.Massiv.Vector and Data.Massiv.Array modules. I am not sure there is benefit of removing re-export and redefining a specialized version in Data.Massiv.Vector
I think a better solution would be instead of re-exporting the full Data.Massiv.Array.Manifest re-export functions from the module in Data.Massiv.Array in organized manner.
There is quite a bit documentation improvement massiv could use. PRs are always welcome.
I just didn't find this or any similar function in the documentation of Data.Massiv.Array. Yes, an organized re-export would be the preferred solution...
Hi! Thank you for this great package!
I just wrote my own
findIndex
function for general arrays before finding a similar function inData.Massiv.Vector
. I think the functionfindIndex
should be moved to a more general module!Thank you!
EDIT: Or, maybe. move the function and add a specialized one to
Data.Massiv.Vector
?The text was updated successfully, but these errors were encountered: