gust
gust copied to clipboard
Implementation question: Option's secondary pointer
trafficstars
I have a question, why does the implementation of Option use a second level pointer? I have reviewed the implementation of the relevant methods, can using a first level pointer also meet the requirements?
May I ask how the design was considered at that time?