5 lines
72 B
Rust
5 lines
72 B
Rust
|
|
pub fn baz<T>(t: std::ops::Range<T>) {
|
||
|
|
for _ in t {}
|
||
|
|
}
|
||
|
|
fn main() {}
|