Closed
Description
Location
https://doc.rust-lang.org/stable/std/keyword.type.html
Summary
The docs don't provide an example of a type with a generic, for example:
type ArcMutex<T> = Arc<Mutex<T>>;
While it is fairly obvious, I think it'd be nice to have it documented.