elect
constructor(numbers: List<Number>) : this(numbers[0], numbers[1]) constructor(chars: List<Char>) : this(chars[0].f, chars[1].f) constructor(booleans: List<Boolean>) : this(booleans[0].f, booleans[1].f)