2 lines
No EOL
128 B
Text
2 lines
No EOL
128 B
Text
def main(bool selector, u32[8] lhs, u32[8] rhs) -> (u32[16]):
|
|
return if selector then [...rhs, ...lhs] else [...lhs, ...rhs] fi |