help wantedimprovement
倉庫指標
- 星標
- (3,995 顆星)
- PR 合併指標
- (平均合併 12天 15小時) (30 天內合併 10 個 PR)
描述
Is there an easy way to change how null propagation works?
- If we wanted to throw an exception when null reference encountered? There are lots of various
Ignoremethods, similarly I wish there wereRequiredmethods or maybe anThrowIfNullargument to be passed in - If null encountered, use a provided value (I know atm it uses default or null value)