spf13 / cast

safe and easy casting from one type to another in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cast.tobool uint support

tqrj opened this issue · comments

commented

cast.tobool
Can you optimize the implementation of uint?
0 is false
! = 0 is true

commented

isn't that fixed by #153?