Option.save

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

Meta