Skip to content

Extract component arrays from unknown arrays

Kenneth Moreland requested to merge kmorel/vtk-m:array-handle-stride into master

Allow ability to extract components from ArrayHandles to reduce the amount of templating when supporting lots of types.

Merge request reports