46a47
>
71a73,78
> inline uint64_t
> mask(int first, int last)
> {
> return mbits((uint64_t)-1LL, first, last);
> }
>