This website requires JavaScript.
Explore
Help
Sign In
Shikong
/
trpl-zh-cn
Watch
1
Star
0
Fork
0
You've already forked trpl-zh-cn
mirror of
https://github.com/KaiserY/trpl-zh-cn
synced
2025-05-02 19:28:19 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3e45c27c65
trpl-zh-cn
/
listings
/
ch19-advanced-features
/
no-listing-12-generic-fn-definition
/
src
/
lib.rs
yizeyi18
c0d101bc0e
update listings to catch up newest outputs and features of newest rust
2024-06-06 21:23:21 +08:00
4 lines
40 B
Rust
Raw
Blame
History
fn
generic
<
T
>
(
t
:
T
)
{
// --snip--
}
Reference in New Issue
View Git Blame
Copy Permalink