import { extendnew } from "https://deno.land/x/denops_std@v4.1.4/function/vim/mod.ts";
Like |extend()| but instead of adding items to {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.