macroid
A class to generate unique ids The recommended usage is to create a singleton for the entire app:
object Id extends IdGen(1000) ... w[Button] <~ id(Id.button)
The starting id.
A class to generate unique ids The recommended usage is to create a singleton for the entire app: