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

Fixed tuple subscript by value index #172

Closed ilyapuchka closed 6 years ago

ilyapuchka commented 6 years ago

This PR fixes subscripting tuples by index of their value, i.e. {{ tuple.0 }}