Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

String

String

§
 ref
:
equatable,hashable,orderable
 is
  
[Contains abstract features]
 
[Module base]

string -- immutable sequences of utf8 encoded unicode characters

Constructors

§
(n i32)
 ref
:
String
 is
 
[Module base]
repeat string given number of times

Functions

98
99
76..89
NYI: string.reverse causes a conflict with Const_String.reverse since visibility is not supported
public string.reverse => terminal.reverse + string.this + terminal.reset
57
56
66..72