NAME map_sub - subtract two mappings SYNOPSIS void map_sub(mapping a, mapping b) DESCRIPTION This mapping will subtract b from a changing a. It will work in the way that all indices of b will be removed from a. SEE ALSO efun/mappings/, macros/map_delete