Type Splat
Type splat allows you to spread a tuple type into function parameters using the ...Targs syntax, enabling functions that are generic over a variable number of typed arguments.
info
This page is not yet complete.
Type splat allows you to spread a tuple type into function parameters using the ...Targs syntax, enabling functions that are generic over a variable number of typed arguments.
This page is not yet complete.