UNPKG

dina-agi

Version:

DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.

14 lines (13 loc) 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rightLogShiftDocs = void 0; const rightLogShiftDocs = exports.rightLogShiftDocs = { name: 'rightLogShift', category: 'Bitwise', syntax: ['x >>> y', 'rightLogShift(x, y)'], description: 'Bitwise right logical shift of a value x by y number of bits.', examples: ['8 >>> 1', '4 << 1', '-12 >>> 2'], seealso: ['bitAnd', 'bitNot', 'bitOr', 'bitXor', 'leftShift', 'rightArithShift'] };