This change adds an Option class, inspired by Rust generic type Option,
using the same pattern as the Result class in 8b2b9129c24.
First use case is to introduce optional string setting in saas-mediawiki.
Ref T2140
 Differential  D3741  
Introduce Option class with Some and None types Authored by dereckson on Sun, Oct 12, 13:44. Tags None Referenced Files 
 
 
 
 
 
 
 
 Subscribers None 
Details This change adds an Option class, inspired by Rust generic type Option, First use case is to introduce optional string setting in saas-mediawiki. Ref T2140 New unit tests to cover fully the Some and None classes. 
Diff Detail 
  |