darkly icon indicating copy to clipboard operation
darkly copied to clipboard

statement form/argument form of scanlns

Open nrc opened this issue 7 years ago • 0 comments

Perhaps with an implicit loop?

scanlns!("{} {}", x: u32, y:String, {
    ...
});

Or perhaps it should still have expression form, but lets you specify types as arguments, e.g., scanlns!("{}, {}", u32, String) which gives Iterator<Item=(u32, String)>

nrc avatar Dec 26 '18 09:12 nrc