contains(integersIn:)
Returns true if self contains all of the integers in range.
Declaration
func contains<R>(integersIn range: R) -> Bool where R : RangeExpression, R.Bound == IntReturns true if self contains all of the integers in range.
func contains<R>(integersIn range: R) -> Bool where R : RangeExpression, R.Bound == Int