TruePath icon indicating copy to clipboard operation
TruePath copied to clipboard

Consider implementing `IComparable` in the path types

Open ForNeVeR opened this issue 7 months ago • 4 comments

This has hit me several times already: absence of IComparable<T> doesn't allow to use the type as a key in F#'s Map.

Let's define the comparability somehow.

ForNeVeR avatar Jul 31 '24 20:07 ForNeVeR