yyu-nim / poseidonos-rtype

poseidonos in rust for fun!
BSD 3-Clause "New" or "Revised" License
9 stars 5 forks source link

Implement ArrayInfo that only has immutable array information #9

Closed huijeong-kim closed 2 years ago

huijeong-kim commented 2 years ago

IArrayInfo 중 immutable data만 ArrayInfo로 구현하고, 각 array components들은 ArrayInfo 복사본을 가져가 참조하도록 수정해 보았습니다.