Is there a built-in data type in Dafny like List in Java (or any type for dynamic list)? I've looked for it in Dafny Reference Manual, but nothing found. It seems that a self-defined class must be defined for it. If it is the fact, then how can the performance be assured for the generated java program and how can the gernerality of Dafny as a programming language be assured? Not criticism, just curious.