mirror of
https://github.com/dlang/phobos.git
synced 2025-05-13 07:39:15 +03:00
Fix DScanner warnings
This commit is contained in:
parent
fcaf801cd1
commit
d9830b739e
17 changed files with 104 additions and 82 deletions
|
@ -9,7 +9,7 @@ module std.experimental.scripting;
|
|||
import std.experimental.scripting;
|
||||
|
||||
int len;
|
||||
auto r = 6.iota
|
||||
const r = 6.iota
|
||||
.filter!(a => a % 2) // 0 2 4
|
||||
.map!(a => a * 2) // 0 4 8
|
||||
.tee!(_ => len++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue