Search

August 25, 2020
Issues »
...clamp", "cmp", "equal",
"MaxType", "EditOp", "Levenshtein", "levenshteinDistance",
"levenshteinDistanceAndPath...moveEmplaceSome", "moveSomeImpl",
"SwapStrategy", "isValidIntegralTuple", "remove", "removeImpl",
"removeUnstable", "removeStable...
August 16, 2020
Issues »
...enum EditOp : char
{
   none = 'n',
   substitute = 's',
   insert = 'i',
   remove = 'r'
}

Then isSomeChar!EditOp is...
October 10, 2012
Issues »
...collisions such as enum EditOp.remove instead of free function remove():

http://d.puremagic.com...
May 16, 2011
Issues »
...represent the hiearchy directly. So, remove gets the anchor #EditOp.remove.

-- 
Configure issuemail: http://d...
May 16, 2011
Issues »
...numbers tagged onto them - e.g. #EditOp__remove and #remove. The core problem is that...
May 16, 2011
Issues »
...usefully linked. I do think that having EditOp.remove linked is of value. But the...
May 16, 2011
Issues »
...the enum value's name is really 'EditOp.remove'... Perhaps those enum values shouldn't...
May 16, 2011
Issues »
...algorithm.html#remove

points to the enum EditOp; instead of the function remove().

-- 
Configure issuemail...
February 02, 2011
General »
...along functions.  And, yeah, Levenstain Distance related EditOp.remove is a nice catcha, and it...
January 31, 2011
General »
...IMO:

Jump to: BoyerMooreFinder EditOp Group NWayUnion OpenRight...none partialSort partition reduce remove reverse schwartzSort semistable...