Subject: [ruby-talk:01449] Re: Bignum aset
From: Andrew Hunt <andy Toolshed.Com>
Date: Wed, 16 Feb 2000 07:33:06 -0500
>You can always use bitwise-or to set particular bit.
>
> a |= nth_bit
>
>just like C, without size limitation.
Except that this form makes a copy of the bignum, and for
a 40k pile of bits that's pretty slow :-(.
/\ndy