Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Built-inJava.NETC++
Bitmask(n)BitSetBitArraystd::bitset
Int8byte (Byte if nullable)sbyteint8_t
Uint8short with range constraintsbyteuint8_t
Int16short (Short if nullable)shortint16_t
Uint16int with range constratintsushortuint16_t
Int32int (Integer if nullable)intint32_t
Uint32long with range constratintsuintuint32_t
Int64long (Long if nullable)longint64_t
Uint64BigInteger with range constratintsulonguint64_t
Floatfloat (Float if nullable)floatusually float
Doubledouble (Double if nullable)doubleusually double
Number([n])BigIntegerBigIntegerno analogue in standard
DecimalBigDecimaldecimalno analogue in standard
UUIDUUIDGuidno analogue in standard
StringStringstringstd::string
DateLocalDateNodaTime.LocalDateno analogue in standard
TimeLocalTimeNodaTime.LocalTimeno analogue in standard
DatetimeLocalDateTimeNodaTime.LocalDateTimeno analogue in standard
TimestampDate (Instant?)NodaTime.Instantno analogue in standard
Binarybyte[]byte[]std::array<int8_t>

...