Usage
BoundedFiniteDataStructureType T: Category
Parameter | Type | Description |
---|---|---|
T | Type | the type of the entries |
Description
BoundedFiniteDataStructureType is the category of finite general structures whose entries are of type T and whose size is always known.
Exports
CopyableType DataStructureType #: % MachineInteger
number of entries generator: % Generator T
iteration over a structure
ifhas PrimitiveType then
findAll: (T, %) Generator Cross(MachineInteger, T)
linear search member?: (T, %) Boolean
look for a value
ifhas HashType then
HashType
ifhas OutputType then
OutputType