WordList.opCall

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ubyte[] opCall(const(ushort[]) mnemonic_codes, const(char[]) passphrase)
  2. ubyte[] opCall(R mnemonics, const(char[]) passphrase)
    struct WordList
    const nothrow
    ubyte[]
    opCall
    (
    R
    )
    (
    scope R mnemonics
    ,
    scope const(char[]) passphrase
    )
    if (
    isInputRange!R
    )

Meta