3 lines
95 B
Text
3 lines
95 B
Text
say with (0) {|max|
|
|
1..Inf -> lazy.grep { (.sigma0 > max) && (max = .sigma0) }.first(20)
|
|
}
|