HN user

maxroverts

1 karma
Posts0
Comments1
View on HN
No posts found.

Is it really that hard to parse generics without a 'turbofish'? Coming from Scala and Haskell something like:

Into::<String>::into()

Just really irks me. It is much less elegant than I am used to. Do experienced Rust developers actually like the style, or is it just complex to parse?