DEBSOURCES
Skip Quicknav
sources / bobcat / 6.11.00-1 / bigint / setbitc2.cc
12345678
#include "bigint.ih" BigInt BigInt::setBitc(size_t index, bool value) const { BigInt ret(*this); ret.setBit(index, value); return ret; }