static Dictionary <Symbol, Bar> collectBars(IEnumerable <Bar> bars) { return(O.dictionary(O.convert(O.seq(5), i => symbols[i]), bars)); }