codingteam / Keter

A roguelike game in the SCP setting.
https://codingteam.github.io/Keter/
MIT License
14 stars 5 forks source link

Introduce the new timestamp type #91

Open ttldtor opened 4 years ago

ttldtor commented 4 years ago

Please add the new timestamp type with the own ordering. This eliminates the need to import the "implicit" ordering class for Double.

Introduced by #90