[otConverters] Map int32

Unused. For completeness.
This commit is contained in:
Behdad Esfahbod 2024-10-03 15:08:28 -06:00
parent 0213bea88e
commit 6c2cbc273d

View File

@ -2016,6 +2016,7 @@ converterMapping = {
# type class
"int8": Int8,
"int16": Short,
"int32": Long,
"uint8": UInt8,
"uint16": UShort,
"uint24": UInt24,