Unnamed repository; edit this file 'description' to name the repository.
1
2
trait T<U>: Hash + Clone where U: Copy {}
trait X<U: Debug + Display>: Hash + Clone where U: Copy {}