Function poloto::iter::file_buffer[][src]

pub fn file_buffer<P: AsRef<Path>, I: IntoIterator<Item = [f64; 2]>>(
    inner: I,
    path: P
) -> FileBuffer<P, I::IntoIter>

Notable traits for FileBuffer<P, I>

impl<P: AsRef<Path>, I: Iterator<Item = [f64; 2]>> Iterator for FileBuffer<P, I> type Item = [f64; 2];

Create a DoubleIterator that uses a file buffer.