简单起见,你可以忽略where,只在冒号后面写协议或者类名。<T: Equatable>和<T where T: Equatable>是等价的。
where
<T: Equatable>
<T where T: Equatable>