Skip to content

Commit 7c62b7c

Browse files
committed
rm rcunion
1 parent 109aab8 commit 7c62b7c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

source/mir/algorithm/setops.d

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -221,13 +221,3 @@ size_t unionLength(alias less = "a < b", RangeOfRanges)(RangeOfRanges ror)
221221
} while(!u.empty);
222222
return length;
223223
}
224-
225-
/++
226-
+/
227-
auto rcunion(alias less = "a < b", RangeOfRanges)(RangeOfRanges ror)
228-
{
229-
import mir.rc.array;
230-
auto length = unionLength!less(ror.lightScope);
231-
auto u = multiwayUnion!less(ror.move);
232-
233-
}

0 commit comments

Comments
 (0)