Closed egonelbre closed 4 months ago
The types were mistyped as []uint and []int. Also adds an exhaustive test to all types listed in checkIsValidType.
It would be possible to support *[]uint as well, however, I'm not sure how useful it is.
*[]uint
The types were mistyped as []uint and []int. Also adds an exhaustive test to all types listed in checkIsValidType.
It would be possible to support
*[]uint
as well, however, I'm not sure how useful it is.