Module std::builtins::tuples

Method implementations for tuple types

As Alumina does not have variadic generics, only tuples up to 8 elements have methods.

This is ugly af, but without variadic generics, this is probably the best way without implementing it all inside the compiler

Also, who needs Rust-like macros when you have GitHub Copilot?

Builtin types