I have a typedef that can be either a tuple of length 1 or a tuple of length 2:
typedef ViewTuple as [WatchUi.Views] or [WatchUi.Views, WatchUi.InputDelegates];
(i.e. the return value of AppBase.getInitialView()) In my code, I have a function...