返回此列表和 other 的连接。
other
如果 other 也是类型化数据列表,则返回的列表将是一个类型化数据列表,可以容纳无符号 8 位整数和 other 的元素,否则它将是一个普通的整数列表。
List<int> operator +(List<int> other);