pub fn write_to_memory<T: Iterator>(mem: &mut FlatBox, data: T)
where T::Item: Clone,
Expand description

Just a helper function until SharedTensor has a nice interface for writing data