Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任意のアリティに対してタイプセーフな方法でタプルから最後の要素を削除することは可能ですか? 私はこのようなものが欲しい:
[A,B,C] abc = [a,b,c]; [A,B] ab = removeLast(abc);