Searched defs:ToInt (Results 1 – 3 of 3) sorted by relevance
21 func ToInt[P interface{ ~int }](p P) int { return int(p) } func
854 func ToInt(x Value) Value { func