fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Library Modules
•
lock_free
•
lock_free
•
Node
»
Modules
base
clang
sodium
crypto
database
http
lock_free
mail
wolfssl
nom
sqlite
terminal
tokiwa
web
uuid
webserver
universe (module lock_free)
└─
lock_free
├─
Map
├─
Node
├─
Sieve_Cache
(1 arg)
└─
stack
Node
lock_free
.
Node
Node
(K
type
, V
type
)
ref
:
Any
is
[Private constructor]
¶
[src]
Type Parameters
K
:
Any
¶
[src]
V
:
Any
¶
[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.099dev (GIT hash 250922c42fb1dcef5ce7ce89820538f53498ca37)
last changed: 2026-08-14
Comment of Any.as_string
create a String from this instance. Unless redefined, `a.as_string` willcreate `"instance[T]"` where `T` is the dynamic type of `a`