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 == Int