Rust. struct Foo { x: usize } impl Foo { pub fn new(x: usize) -> Self { Foo { x } ... package Foos is type Foo is private; function X (Self : Foo) return ...
確定! 回上一頁