Libraries |
|
Set | Source Code |
|
|
Abstract data types | |||||
type |
|
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.
|
|