elye
05/20/2020, 12:19 PMdiesieben07
05/20/2020, 12:24 PMvar foo by <some map value>
syntax, you should probably not call it directly. Just use map[key] = value
elye
05/20/2020, 12:26 PMdiesieben07
05/20/2020, 12:27 PMvar foo by map
then accessing foo
will access map["foo"]
.
More info on delegation.diesieben07
05/20/2020, 12:27 PM