We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
core::tuple has first, second and swap functions. I think it would be nice to have these as methods.
core::tuple
first
second
swap
Possibly the functions should be removed and replaced entirely with the methods?
I can push the (trivial) code for this change, if it is desired?