Searched refs:newList (Results 1 – 1 of 1) sorted by relevance
1271 string newList = replaceFirst!(cap => to!string(to!int(cap.hit)+1)) variable1273 assert(newList == "#22 out of 46");1320 string newList = replaceFirst!(cap => to!string(to!int(cap.hit)+1)) variable1322 assert(newList == "#22 out of 46");