import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { invert } = fn;
Bitwise invert. The argument is converted to a number. A List, Dict or Float argument causes an error. Example:
:let bits = invert(bits)
Can also be used as a method
:
:let bits = bits->invert()
Parameters
denops: Denops