Is that possible to get a tuple of one element?
let src : ( i32 ) = ( 1 );
Seems not:
warning: unnecessary parentheses around type
-->
|
| let src : ( i32 ) = ( 1 );
| ^^ ^^
|