Built-in functions
nameof
With parameter
Example
var a = 42
nameof(a) //returns 'a'; the nameof function of the `this` scope is calledWithout parameter
Example
with console from std:io
console.nameof() //returns 'console'type
Example
equals
Example
hash
Example
toString
Example
send & self
Example
Last updated