Represents a function that can be invoked.
Type of the function's arguments.
Type of the function's return value.
Rest
Checks if the function is read-only i.e. it only reads from storage, does not write to it.
True if the function is read-only or pure, false otherwise.
Represents a function that can be invoked.