We can use const generics for this! #[derive(Copy, Clone)] struct TestData<const SIZE1: usize> { val : MutableString<SIZE1> } #[derive(Copy, ...
確定! 回上一頁