Skip to content

Consolidate RRefVec and RRefArray

Created by: tjhu

The size in a RRefArray is a compile-time constant while the one in RRefVec is a runtime constant. Since we can express RRefArray in RRefVec, we should merge them together.