Looking at the answer given here
example:
def md5_checksum_table(dir_name: str, suffix: str) -> {bytes: [str]}:
This is the first time I see ->
used, and I do not understand what this does.
I have tried to search in documenation, but failed to find the relevant description of this.
Can anyone explain to me what this is/does ?