fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Library Modules
•
arg
»
Modules
base
clang
sodium
crypto
database
http
lock_free
mail
wolfssl
nom
sqlite
terminal
tokiwa
web
uuid
webserver
universe (module clang)
└─
clang
├─
arg
(2 args)
├─
enum_decl
(1 arg)
├─
function_decl
(3 args)
├─
struct_decl
(2 args)
└─
union_decl
(2 args)
arg
clang
.
arg
arg
(name
String
, arg_type
String
)
:
Any
is
¶
[src]
a parsed name,type pair
e.g. the argument of a function or a field in a struct
NYI: CLEANUP: rename name_type_pair(name, type_)
Fields
name
String
¶
[src]
arg_type
String
¶
[src]
Functions
as_string
=>
String
[Redefinition of
Any.as_string
]
¶
[src]
Comment of
Any.as_string
create a String from this instance. Unless redefined, `a.as_string` will
create `"instance[T]"` where `T` is the dynamic type of `a`
redefines:
Any.as_string
0.095dev (GIT hash b85caf7d9723bbbca0d1dcdfa7ea0cb016405931)
last changed: 2026-04-16
e.g. the argument of a function or a field in a struct
NYI: CLEANUP: rename name_type_pair(name, type_)