This option controls whether tuple element names should be inferred from the expression rather than explicitly specified.
var tuple = (first, second);
var tuple = (first: first, second: second);