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

Loop length #171

Closed ilyapuchka closed 6 years ago

ilyapuchka commented 6 years ago

This RP adds property forloop.length that is equal to number of items in the loop. It can be different from total number of items if some of them were filtered with where.