Skip to content

elshize/iter-transpose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This crate provides IterTranspose trait that provides methods to transforms Option<I: IntoIterator> into impl Iterator<Option<I::Item>> and Result<I: IntoIterator, E> into impl Iterator<Result<I:Item, E>>.

Documentation

For both overview and detailed information, check out the Documentation.

About

Trait and functions that turn an `Option<I: Iterator>` into an iterator of options.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages