oc

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto oc(T value)
    oc
    (
    T
    )
    (
    auto ref T value
    )
    if (
    !isInstanceOf!(Nullable, T)
    )
  2. auto oc(Optional!T value)
  3. auto oc(Nullable!T value)

Meta