JS / TS 1.2.0
A small fix on the type definition of CommonLazy.EMPTY_ARRAY
is changed from Lazy<readonly never>
to the proper Lazy<readonly []>
There is now new bigint
lazy values.
It does affect the references of the number
to help differentiate between them
- MINUS_ONE→ MINUS_ONE_NUMBER
- ZERO → ZERO_NUMBER
- ONE→ ONE_NUMBER
- TWO → TWO_NUMBER