I use filter, but I dont know why I should use **x > 1 for an array, but use *x > 1 for a range.
**x > 1
*x > 1
fn main() { let a = [0, 1, 2,