TWordList::Add Method

int Add(TExprWord *Item);

Adds and item maintains the sorting order

#NameTypeDescription
1ItemTExprWord *
Remarks:

Finds the position where to insert and potentially also removes existing item and replaces. The bisection based search is faster than linear, but when adding large amounts of Item use the AddUnsorted overload and sort explicitely after the adding.

Declared in Dew::Math::TWordList · Dew.Math/MtxParseClass.h · Cross-compiler