Crates.io | pushback-iter |
lib.rs | pushback-iter |
version | 0.2.0 |
source | src |
created_at | 2020-11-13 22:20:16.562356 |
updated_at | 2020-11-16 12:59:56.817597 |
description | An iterator with a push_back method that allows items to be pushed back onto the iterator |
homepage | |
repository | https://github.com/jhinch/pushback-iter |
max_upload_size | |
id | 312120 |
size | 20,260 |
An iterator with a push_back(item)
method that allows items to be pushed back onto the iterator.