Option.save

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Option!(inout(ValT)) save [@property getter]
  2. Option!ValT save [@property getter]
    struct Option(T)
    @property const
    static if(!(isNullAssignable!ValT))
    save
    ()

Meta