Skip to content

ENH: Feature/array additions

Harald Scheirich requested to merge feature/array-additions into master

Adds an at() function to retrieve the array content wihthout having to cast to the bracket operator Adds cloning of arrays (using the unique_ptr on purpose to avoid forcing users to the shared_ptrs)

Edited by Harald Scheirich

Merge request reports