Function empty
const fn empty<T>() -> Empty<T>
Creates an iterator that yields nothing.
Examples
Basic usage:
use iter;
// this could have been an iterator over i32, but alas, it's just not.
let mut nope = ;
assert_eq!;
emptyconst fn empty<T>() -> Empty<T>
Creates an iterator that yields nothing.
Basic usage:
use iter;
// this could have been an iterator over i32, but alas, it's just not.
let mut nope = ;
assert_eq!;