Implement auto-decoding free equal comparison

Fix #39.
This commit is contained in:
2018-06-12 20:19:06 +02:00
parent 15f7994187
commit a86b6690f0
7 changed files with 70 additions and 5 deletions

View File

@ -14,7 +14,7 @@
*/
module tanya.math.mp;
import std.algorithm.comparison : cmp, equal;
import std.algorithm.comparison : cmp;
import std.algorithm.mutation : copy, fill, reverse;
import std.range;
import tanya.algorithm.comparison;