doc/mruby3.2.md: add description about multi-precision integers.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-04-12 20:28:17 +09:00
parent 2f918f1926
commit fef7deabd5
+1
View File
@@ -4,6 +4,7 @@
* Now `a::B = c` should evaluate `a` then `c`.
* Anonymous arguments `*`, `**`, `&` can be passed for forwarding.
* Multi-precition integer is available now via `mruby-bigint` gem.
# Tools