Open
Description
Currently, memory accesses with invalid access use three different strategies, return nullptr, throw an exception, or panic. std::optional may be an option for the ones returning values.
Related to #9
Currently, memory accesses with invalid access use three different strategies, return nullptr, throw an exception, or panic. std::optional may be an option for the ones returning values.
Related to #9