Home
Manual
Packages
Global Index
Keywords
Quick Reference
|
functions in std.i - n
nameof
|
nameof(object)
If OBJECT is a function or a structure definition, returns the
name of the func or struct as it was defined (not necessarily
the name of the variable passed to the nameof function).
builtin function, documented at i0/std.i line 409
|
SEE ALSO:
|
typeof
|
|