stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.34k stars 223 forks source link

Iterating array of tuples with more than two values #177

Closed ilyapuchka closed 6 years ago

ilyapuchka commented 6 years ago

Currently for loop allows only two-value tuples, this PR adds support for arrays of tuples with arbitrary number of values. For backward compatibility with iterating dictionaries I left an option to use less variable loops than tuple values.