ndarray
ndarray copied to clipboard
Brief way to use `np.arange` (Array::range) for integers?
Hi thanks for the lib! Currently Array::range only supports floats, so seems that I have to convert to float and then convert back. Is there any way to use it for ints?
For now, Array::from_iter is the recommended way to go with integers.
Ok thanks...