-
Notifications
You must be signed in to change notification settings - Fork 36
Commit f4d0a94
Add String.opEquals(AA) (#379)
* Limit imports of emplaceRef
* Add String.opEquals(AA)
* Make opEquals tests more extensive
* Fix syntax error
* Adjust logic for computing index in StringMap.opEquals
* Improve opEquals test to increase coverage
* Add more asserts
* Correct comment
* Simplify opEquals
* Qualify K and V part of opEquals(AA) as const
* Simplify StringMap.opEquals to use array comparison
* Simplify StringMap.opEquals further1 parent c72c2d6 commit f4d0a94
1 file changed
+52
-13
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 | - | ||
45 | + | ||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
54 | 75 |
| |
55 | 76 |
| |
56 | 77 |
| |
| |||
658 | 679 |
| |
659 | 680 |
| |
660 | 681 |
| |
661 | - | ||
682 | + | ||
662 | 683 |
| |
663 | 684 |
| |
664 | 685 |
| |
| |||
711 | 732 |
| |
712 | 733 |
| |
713 | 734 |
| |
714 | - | ||
715 | 735 |
| |
716 | 736 |
| |
717 | 737 |
| |
| |||
954 | 974 |
| |
955 | 975 |
| |
956 | 976 |
| |
957 | - | ||
958 | - | ||
959 | - | ||
960 | - | ||
961 | - | ||
962 | - | ||
963 | - | ||
964 | - | ||
965 | - | ||
977 | + | ||
978 | + | ||
979 | + | ||
980 | + | ||
981 | + | ||
982 | + | ||
983 | + | ||
984 | + | ||
985 | + | ||
986 | + | ||
987 | + | ||
988 | + | ||
989 | + | ||
990 | + | ||
991 | + | ||
992 | + | ||
993 | + | ||
994 | + | ||
995 | + | ||
996 | + | ||
997 | + | ||
998 | + | ||
999 | + | ||
1000 | + | ||
1001 | + | ||
1002 | + | ||
966 | 1003 |
| |
967 | - | ||
1004 | + | ||
1005 | + | ||
1006 | + | ||
968 | 1007 |
| |
969 | 1008 |
| |
970 | 1009 |
| |
|
0 commit comments