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