Option.save

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

Meta