epfl-lara / stainless

Verification framework and tool for higher-order Scala programs
https://epfl-lara.github.io/stainless/
Apache License 2.0
349 stars 50 forks source link

Support for `new Array(len)` constructor for primitive types #1453

Closed mario-bucev closed 9 months ago

mario-bucev commented 9 months ago

This allows for efficient array creation (at runtime) for primitive types that are initialized to their zero value.