Files
solidity/docs
Nicolás Venturo e3339a9684 Update docs allowed mapping key values
Functions cannot be used as mapping keys (e.g. the following contract does not compile):

```
pragma solidity ^0.4.24;

contract Foo {
  mapping(function (uint) pure returns (uint) => string) a;
}
```
2018-07-12 19:58:06 -03:00
..
2018-07-10 22:57:59 +02:00
2018-07-10 22:57:59 +02:00
2018-04-19 17:21:34 +02:00
2017-10-18 00:19:36 +02:00
2018-07-02 16:46:54 +02:00
2018-07-11 14:45:22 +02:00
2018-07-10 22:57:59 +02:00
2018-07-10 22:57:59 +02:00
2018-07-12 12:54:42 +02:00
2018-07-03 15:31:34 +02:00
2018-05-09 18:04:57 +02:00
2015-12-07 22:35:51 +01:00
2015-12-07 22:35:51 +01:00
2018-07-10 22:57:59 +02:00
2018-07-10 22:57:59 +02:00
2017-01-03 14:13:49 +01:00
2018-07-10 22:57:59 +02:00
2018-07-10 22:57:59 +02:00