IntLike

probnum.typing.IntLike

Object that can be converted to an integer.

Arguments of type IntLike should always be converted into ints before further internal processing.

alias of Union[int, Integral, integer]