aptos-core
aptos-core copied to clipboard
[move-compiler-v2] Update Move Book with Move 2 features
🐛 Feature Request
Let's list the needed features here and make sure they are not missed at launch.
See also https://github.com/aptos-labs/aptos-core/issues/14036
Items to include
-
assert!
macro can take just 1 parameter 9see #14334. - If PR #14254 has landed, then note that lambda parameters can have explicit types if desired.