Trying to pass `long` value to `.Limit()`, but, sadly, it accept only `int`. It would be nice if I can pass different types of numeric to this function.
Trying to pass
longvalue to.Limit(), but, sadly, it accept onlyint. It would be nice if I can pass different types of numeric to this function.