Libraries
Set Source Code
 previous   up   next 

Abstract data types
type
set of (in type: baseType)
Abstract data type, describing sets of baseType values.

set of

const func type: set of (in type: baseType)

Abstract data type, describing sets of baseType values. This abstract data type decides about the implementation of the set. If baseType values can be mapped to integer with the ord function and ord does never raise an exception the set is implemented as bitset, otherwise the set is implemented as hashset. Sets of integer numbers are described with bitset.




 previous   up   next