We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Our system defines two types of casting named explicit cast and implicit cast.
Explicit casts are function calls from user input, e.g. string(), date() ...
Implicit casts are added internally and are usually used to reduce codes for better maintainability. The rules for implicit casts are as follows
Note: implicit casting between structured type is not supported.