Availability::- use_module(library(pairs)).(can be autoloaded)
map_list_to_pairs(:Function, +List, -Keyed)
Create a Key-Value list by mapping each element of List. For example, if we have a list of lists we can create a list of Length-List using
        map_list_to_pairs(length, ListOfLists, Pairs),

Tags are associated to your profile if you are logged in