LxInt typedef

LxInt = LxNum<int>

Type alias for a reactive integer.

Implementation

typedef LxInt = LxNum<int>;