component1

inline operator fun <F, S> Pair<F, S>.component1(): F(source)
inline operator fun <L, R> Either<L, R>.component1(): Optional<L>(source)