#![feature(const_generics)] struct Caca<const A: &'static str> { s: String } impl<const A: &str> Default for Caca<A> { fn default() -> Self ...
確定! 回上一頁