Code has been added to clipboard!

Solidity Value Types Function Types 2

Example
function funct() returns (bytes4) {
    return this.funct.selector;
  }