tpl: Cast IsSet key to int for indexed types
authorCameron Moore <moorereason@gmail.com>
Wed, 3 Oct 2018 01:29:20 +0000 (20:29 -0500)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 3 Oct 2018 06:36:27 +0000 (09:36 +0300)
commit0d5110d03324380cb4a288d3fa08c1b86ba227da
tree83633efa58205a066e7af9e886ea6fcf0bae723c
parentd3b81ee58e8fd3a0ab8265a2898d66cbcdf6a7c1
tpl: Cast IsSet key to int for indexed types

Don't assume that the user sends an int as the key when checking against
indexed types.

Fixes #3681
tpl/collections/collections.go
tpl/collections/collections_test.go