martin at v.loewis.de (Martin v. Loewis) wrote: > One might question whether the bitwise operators should have been > there in the first place - functions can do the same things just as > well. Any operator can get replaced by a function call. It's just a matter of what's more convenient to write.