The function syntax ( Rc::clone(&rc) ) makes it clear you're only making a new shared reference (cheap), rather than cloning the underlying ...
確定! 回上一頁