Tagged Questions

1
vote
1answer
27 views

How to encapsulate an existing array using D2's phobos std.range

I would like to encapsulate an existing data array ( created by Python's Numpy Lib ) into an Array like object in the D2 Language... without having to copy the array data... I already use Python's ...