Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@NasenGolem7442 NasenGolem7442 released this 24 Jul 23:45
· 27 commits to main since this release

Features:

  • CappedList: ArrayList like data structure with capped size that allows resizing the List in constant time. Usefull if you often want to discard the last elements of your list.
  • Class System for units (prototype): Class system to handle physical quantities (e.g. temperatures)