static simplyCached LS stdFunctions_idAndName() { ret map(stdFunctions_cached(), func(S name, S snippetID) -> S { snippetID + " - " + name }); }