vsm0
Results
3
comments of
vsm0
this occured right after I added the self.entities.sort(...) line, of an array of interface Entity
I was able to reproduce the error with a small sample (as opposed to giving my huge source file): ```v module main interface Person { identify() int } struct Boy...
Yeah, you can also use sort_with_compare and a custom comparator