Option.save

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

Meta