Nemeski@mander.xyz to Rust@programming.dev · 2 months agoAnnouncing Rust 1.89.0blog.rust-lang.orgexternal-linkmessage-square11fedilinkarrow-up171arrow-down10
arrow-up171arrow-down1external-linkAnnouncing Rust 1.89.0blog.rust-lang.orgNemeski@mander.xyz to Rust@programming.dev · 2 months agomessage-square11fedilink
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up2·1 month agoWait, so you say res_res?? gives more information than res_res.flatten()?, do you? I mean, this is a very trivial case and not best suited for flatten at all, but the information is lost in exactly the same way
Wait, so you say
res_res??
gives more information thanres_res.flatten()?
, do you?I mean, this is a very trivial case and not best suited for flatten at all, but the information is lost in exactly the same way