Hacker News new | ask | show | jobs
by kibwen 834 days ago
Indeed, in which case it looks much cleaner than specifying the length via the turbofish:

    let bool_arr: [bool; 5] = ...
1 comments

That's true. As a relative novice to Rust, I'm familiar with array types, but I'd need to look up `from_fn`