Discussion 議論
Returns true
if [lhs between rhs]
; the right hand side must be an array in which the first element sets the lower bound and the second element the upper, inclusive. Comparison is performed using compare(_:)
or the class-appropriate equivalent.
true
を返します、もし[lhs between rhs]
ならば;右手側は配列で、それにおいて最初の要素が低い方の境界をそして2番目の要素が高い方を設定しなければなりません。比較は、compare(_:)
またはクラスに適した相当するものを使って実行されます。