Slide 33
Slide 33 text
5ͭͷΛ࣋ͭTuple QuintetΛ࡞Ζ͏
class Quintet(
val first: F,
val second: S,
val third: T,
val fourth: FO,
val five: FI) {
override fun toString(): String {
return "Quintet(first=$first, second=$second,
third=$third, fourth=$fourth, five=$five)"
}
}