4 lines
111 B
Text
4 lines
111 B
Text
|
fn sqr(i: i32) { i * i }
|
||
|
trait Minimum : Copy {}
|
||
|
pub trait Builder where Self: Sized + Iterator<Item=Event> {}
|