E4128# 类型别名的目标不能是类型参数。 错误示例# typealias Wrap[T] = T // Error: Target of type alias must not be a type parameter. 建议# 直接使用类型而不使用类型别名: