Optional.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(Optional rhs)
  2. bool opEquals(None _)
  3. bool opEquals(U rhs)
    struct Optional(T)
    scope const
    bool
    opEquals
    (
    U
    )
    (
    in U rhs
    )
    if ()

Meta