Rust currently does not offer functions with variadic or optional arguments. This means this is not possible: fn impossible(val: bool) {} fn ...
確定! 回上一頁