Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つの配列がある場合、それらを比較して最小のサイズを返すにはどうすればよいですか? これが私が意味することです:
val a = Array(1,2,3) val b = Array(1,2,3,4)
Array a の方が小さく、3 つの要素があるため、両方のサイズを比較して 3 を返すために呼び出すことができる演算子はありますか?