Details
-
Technical task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
BigInt is initially only an EcmaScript type, and can therefore not be used as a property type. It is to be discussed whether we need a bigint type in QML, or if we should only have fixed-bit types, e.g. int64, with defined conversions to BigInt. Exposing bigint as a property type probably doesn't make sense, unless we provide a QBigInt class.