EditLine.passwordChar - multiple declarations

Function EditLine.passwordChar

password character - 0 for normal editor, some character, e.g. '*' to hide text by replacing all characters with this char

dchar passwordChar() @property;

Function EditLine.passwordChar

EditLine passwordChar(
  dchar ch
) @property;