mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-02-24 13:22:19 +08:00
4 lines
40 B
Rust
Executable File
4 lines
40 B
Rust
Executable File
fn generic<T>(t: T) {
|
|
// --snip--
|
|
}
|