uuid
uuid copied to clipboard
Sort method (or cmp) should be implemented for time based UUID's
I'd like to have a sort method that takes UUID's generated with uuidgen -t, and sorts them in order of generation. If two happen to be generated at exactly the same time, then they should be compared based on the remaining, non-time based data.
Thanks!