drop_some
- This crate defines
DropSometrait andimplforOption. DropSometrait has.drop_some(self) -> Option<()>function.- This is a syntax sugar for
.map(|_|()).
Useful scene
- See also: <tests/test.rs>
Note
"I don't need it, because ..."
- Yes, your are right to your world.
- But, I tired to type/see
.map(|_|()). So I'm happy with.drop_some().
- But, I tired to type/see
LICENSE
Author
- USAGI.NETWORK / Usagi Ito https://github.com/usagi/