julelang / jule

Effective programming language to build efficient, fast, reliable and safe software while maintaining simplicity
https://jule.dev
BSD 3-Clause "New" or "Revised" License
128 stars 13 forks source link

style: default copy constructor of `Array` #64

Closed vil02 closed 8 months ago

vil02 commented 8 months ago

Description

The constructor of the struct Array could be defaulted. This will make Array follow the rule of zero.

Checklist

Screenshots (if any)

Note to reviewers

Default the copy constructor of Array.