How to create SEQUENCE OF? #16
-
I've been reading the docs and looking through the repo for examples of using SEQUENCE OF but I haven't found much. I was thinking it would be something like this but not sure. Any help would be greatly appreciated!
|
Beta Was this translation helpful? Give feedback.
Answered by
XAMPPRocky
Jul 21, 2021
Replies: 1 comment 7 replies
-
Thank you for your question! It looks correct to me without seeing more. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
anthok
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for your question! It looks correct to me without seeing more.
Vec
is the Rust equivalent forSEQUENCE OF
, you can also use it through theSequenceOf
type alias.