Swift3 斯威夫特<<&燃气轮机<<=&书信电报;及>=&书信电报;

Swift3 斯威夫特<<&燃气轮机<<=&书信电报;及>=&书信电报;,swift3,Swift3,Swift模块中定义了以下功能。它们是用来干什么的 public func <<T where T.RawValue : Comparable>(lhs: T, rhs: T) -> Bool public func ><T where T.RawValue : Comparable>(lhs: T, rhs: T) -> Bool public func <=<T where T.RawValue : Comparable>

Swift模块中定义了以下功能。它们是用来干什么的

public func <<T where T.RawValue : Comparable>(lhs: T, rhs: T) -> Bool

public func ><T where T.RawValue : Comparable>(lhs: T, rhs: T) -> Bool

public func <=<T where T.RawValue : Comparable>(lhs: T, rhs: T) -> Bool

public func >=<T where T.RawValue : Comparable>(lhs: T, rhs: T) -> Bool
public func Bool
公共功能>(左:T,右:T)->布尔
公共职能部门
公共函数>=(左:T,右:T)->Bool

您肯定熟悉这些操作符。它们是
=
。如果它们是这样写的,这会有所帮助:

public func < <T where T.RawValue : Comparable>(lhs: T, rhs: T) -> Bool

public func > <T where T.RawValue : Comparable>(lhs: T, rhs: T) -> Bool

public func <= <T where T.RawValue : Comparable>(lhs: T, rhs: T) -> Bool

public func >= <T where T.RawValue : Comparable>(lhs: T, rhs: T) -> Bool
public func<(左侧:T,右侧:T)->Bool
公共功能>(左:T,右:T)->布尔
公共职能部门
公共函数>=(左:T,右:T)->Bool

您肯定熟悉这些操作符。它们是
=
。如果它们是这样写的,这会有所帮助:

public func < <T where T.RawValue : Comparable>(lhs: T, rhs: T) -> Bool

public func > <T where T.RawValue : Comparable>(lhs: T, rhs: T) -> Bool

public func <= <T where T.RawValue : Comparable>(lhs: T, rhs: T) -> Bool

public func >= <T where T.RawValue : Comparable>(lhs: T, rhs: T) -> Bool
public func<(左侧:T,右侧:T)->Bool
公共功能>(左:T,右:T)->布尔
公共职能部门
公共函数>=(左:T,右:T)->Bool

运算符重载。重载哪个运算符-它做什么?看起来像结尾
基本比较运算符(不是运算符重载。重载哪个运算符-它做什么?看起来像结尾
基本比较运算符(不是