getPassword

Reads password from the user with echo

@trusted
string
getPassword
(
string prompt = "Password: "
,
int maxLength = 0
,
dchar mask = '•'
)

Parameters

mask dchar

Typed character mask

Return Value

Type: string

Password

Meta