TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

DryReplace_ ( dry D, any source, any target ) -> dry

Description

Replace the element `source' in `D' by `target'.
If `source' is in `D' it is removed and `target' is added such that the result stays a dry.
If `source' is not in `D' then `D' is not changed at all. No error is raised in this case.
Note: Technically this is nothing but
if source in D then DryRemove_(D,source); DryAdd_(D,target); fi;
but it is more efficient since the dry need not be resized.


Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group