animated-stream-list
animated-stream-list copied to clipboard
typed Equalizer
https://github.com/adithyaxx/animated-stream-list/blob/master/lib/src/myers_diff.dart#L5
Can the Equalizer
interface be typed too, something like
typedef bool Equalizer<E>(E item1, E item2);
Thanks.