true
if self
contains all of the integers in indexSet
.
true
を返します、もしself
がindexSet
の中のすべての整数を含むならば。
true
if self
contains integer
.
true
を返します、もしself
がinteger
を含むならば。
Availability 有効性
Technology
func contains(integersIn : IndexSet) -> Bool
true
if self
contains all of the integers in indexSet
.
true
を返します、もしself
がindexSet
の中のすべての整数を含むならば。
func contains(integersIn : Range<IndexSet.Element>) -> Bool
true
if self
contains all of the integers in range
.
true
を返します、もしself
がrange
の中のすべての整数を含むならば。
func contains(where: (Int) -> Bool) -> Bool
func intersects(integersIn : Range<IndexSet.Element>) -> Bool
true
if self
intersects any of the integers in range
.
true
を返します、もしself
がrange
の中の整数のいくらかと交わるならば。
func starts<PossiblePrefix>( with: PossiblePrefix) -> Bool
func isDisjoint (with: IndexSet) -> Bool
func isStrictSubset (of: IndexSet) -> Bool
func isStrictSuperset (of: IndexSet) -> Bool
func isSubset (of: IndexSet) -> Bool
func isSuperset (of: IndexSet) -> Bool