Up

DictList

Return the list of all pair key/value in an object dictionnary.

Warning : you can add different object types in a same dictionnary. In this case, when you use this function, some side effects can occur problems. With a same type of values, tou will have no problem.

Prototype :

fun [Dict u0] [[S u0] r1]

Return : [[S u0] r1] the list of pair key/value or nil if an error occurs.