Instance Method インスタンスメソッド

count(in:)

Returns the count of integers in self that intersect range. selfの中の、rangeと交差する、整数の総数を返します。

Declaration 宣言

func count(in range: Range<IndexSet.Element>) -> Int