pushed
zhengqunkoo/cpu-arrow • 11:23 PM - Jul 24, 2019
Introduced type aliases for uniform tuples of sizes 2, 4, 8, and 16 (T2, T4, etc.) in the base module. To complement this, a new Half typeclass was added, providing halfFst and halfSnd functions to easily split these large tuples into their respective front and back halves. This standardizes how grouped signals or data structures are manipulated, abstracting away the need to manually pattern-match across wide tuples.