A.4.4 Modifying association lists
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • The SWI-Prolog library
        • library(assoc): Association lists
          • Modifying association lists
            • put_assoc/4
            • del_assoc/4
            • del_min_assoc/4
            • del_max_assoc/4
    • Packages
Availability::- use_module(library(assoc)).(can be autoloaded)
Source[semidet]del_assoc(+Key, +Assoc0, ?Value, -Assoc)
True if Key-Value is in Assoc0. Assoc is Assoc0 with Key-Value removed.