toPassword

Constructs a Password from a char[] so you don't have to cast to ubyte[], and don't accidentally cast away immutability.

  1. Password toPassword(ubyte[] password)
  2. Password toPassword(char[] password)
    toPassword
    (
    char[] password
    )

Meta