t_wの輪郭

Feedlyでフォローするボタン

clone

2022/2/17 1:01:00

deep copyするメソッド

let s1 = String::from("hello");
let s2 = s1.clone();