
get_domain_as_list(?Term, -List)

   Retrieves the domain of a variable (or value) as a list of values

Arguments
   Term                Domain variable or atomic value
   List                List of atomic values

Type
   library(sd)

Description

	Retrieves the domain of a variable (or value) as a list of values.
	The list is an ordered set in the sense of library(ordset), i.e.
	a duplicate-free list in ascending term order.


See Also
   &:: / 2, indomain / 1, get_domain_size / 2
