to_word method

String to_word(
  1. DefaultDictionary d
)

lookup in the given dictionary to retrieve the mnemonic word.

Implementation

String to_word(DefaultDictionary d) {
  return d.lookup_word(this);
}