You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-27 11:08:45 +02:00
Mention generic data structures as well as algorithms (#908)
generics: mention generic data structures as well as algorithms
This commit is contained in:
committed by
GitHub
parent
4413b6a28f
commit
a290a18065
@ -1,4 +1,5 @@
|
|||||||
# Generics
|
# Generics
|
||||||
|
|
||||||
Rust support generics, which lets you abstract an algorithm (such as sorting)
|
Rust support generics, which lets you abstract algorithms or data structures
|
||||||
over the types used in the algorithm.
|
(such as sorting or a binary tree)
|
||||||
|
over the types used or stored.
|
||||||
|
Reference in New Issue
Block a user