moonbitlang / moonbit-docs

The docs of MoonBit programming language
https://moonbitlang.com/docs/syntax
871 stars 40 forks source link

Outdated docs on Array? #204

Closed mationai closed 1 month ago

mationai commented 1 month ago

The README says [1] is an Array, but it seems to be @vec.Vec now and need to be typed to become an Array. Just want to make sure it's just outdated docs and not me misunderstanding.

peter-jerry-ye commented 1 month ago

We were renaming Array to FixedArray and @vec.Vec to Array to give the structures a more precise name. The migration with separated in two steps:

In theory, the content should be correct now. Sorry for the misleading information.