import { mapnew } from "https://deno.land/x/denops_std@v6.3.0/function/vim/mod.ts";
Like map()
but instead of replacing items in {expr1} a new
List or Dictionary is created and returned. {expr1} remains
unchanged. Items can still be changed by {expr2}, if you
don't want that use deepcopy()
first.