definition:
|
setIndexEntryKey :: IndexEntry -> IndexEntryID -> IndexEntry
setIndexEntryKey (IndexEntry _ b9 b8 b7 b6 b5 b4 b3 b2 b1) a =
IndexEntry a b9 b8 b7 b6 b5 b4 b3 b2 b1
|
demand:
|
argument 1
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Sets the attribute `Key` of the `IndexEntry` entity.
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{({IndexEntry},_) |-> {IndexEntry}}
|
name:
|
setIndexEntryKey
|
precedence:
|
no precedence defined
|
result-values:
|
{IndexEntry}
|
signature:
|
IndexEntry -> IndexEntryID -> IndexEntry
|
solution-complete:
|
operationally complete operation
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|