MCPcopy Create free account
hub / github.com/devosoft/avida / SHIFT

Method SHIFT

avida-core/source/tools/cBitArray.h:368–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 }
367
368 cBitArray SHIFT(const int shift_size) const {
369 cBitArray out_array;
370 out_array.bit_array.SHIFT(bit_array, array_size, shift_size);
371 out_array.array_size = array_size;
372 return out_array;
373 }
374
375 const cBitArray & NOTSELF() {
376 bit_array.NOT(array_size);

Callers 1

cBitArrayClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected