Modern Move Syntax

Use when writing Move code on Sui to ensure 2024 edition syntax is used. Applies to method calls, string literals, vector operations, option handling, loops, and struct unpacking. Use whenever writing Move code to avoid legacy function-call syntax patterns.

MystenLabs 1cdefef 3 files · 11.0 KB Updated

File contents

mystenlabs/skills/tree/main/modern-move-syntax commit 1cdefefde9

Frequently asked questions

npx skillmds@latest add mystenlabs/modern-move-syntax