[nondet]gen_assoc(?Key,
+Assoc, ?Value)True if Key-Value is an association in Assoc.
Enumerates keys in ascending order on backtracking.
- See also
- get_assoc/3.
- Fixed in 8.5.4 (👉17d9ad0) gen_assoc/3. This patch also removes the ground tests for is_assoc/1 and updates documentation. By Peter Ludemann.