It would be nice if it is possible to do ```typescript u128Val: u128 = 1; ``` but currently this causes the following error ``` ERROR AS200: Conversion from type 'i32' to 'bignum/integer/u128/u128' requires an explicit cast. ```
It would be nice if it is possible to do
but currently this causes the following error