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

Module base

Source Files

 api
 ├─ mutate.fz
 ├─ internationalization.fz
 ├─ path.fz
 ├─ int.fz
 ├─ property
 │  ├─ orderable.fz
 │  ├─ hashable.fz
 │  ├─ partially_orderable.fz
 │  ├─ equatable.fz
 │  ├─ countable.fz
 │  ├─ index.html
 ├─ Sequence.fz
 ├─ internationalization
 │  ├─ korean.fz
 │  ├─ ISO.fz
 │  ├─ provide.fz
 │  ├─ german.fz
 │  ├─ american.fz
 │  ├─ japanese.fz
 │  ├─ index.html
 ├─ concur.fz
 ├─ Unary.fz
 ├─ composition.fz
 ├─ encodings
 │  ├─ percent.fz
 │  ├─ base32hex.fz
 │  ├─ ascii.fz
 │  ├─ base64.fz
 │  ├─ unicode.fz
 │  ├─ base16.fz
 │  ├─ unicode
 │  │  ├─ data.fz
 │  │  ├─ mappings.fz
 │  │  ├─ index.html
 │  ├─ base32.fz
 │  ├─ html.fz
 │  ├─ index.html
 ├─ array3.fz
 ├─ num
 │  ├─ complex.fz
 │  ├─ matrix.fz
 │  ├─ wrap_around.fz
 │  ├─ fraction.fz
 │  ├─ ryu.fz
 │  ├─ index.html
 ├─ switch.fz
 ├─ universe.fz
 ├─ Functional.fz
 ├─ monad.fz
 ├─ hash.fz
 ├─ Typed_Function.fz
 ├─ random.fz
 ├─ i16.fz
 ├─ fuzion
 │  ├─ std.fz
 │  ├─ runtime.fz
 │  ├─ sys.fz
 │  ├─ jvm.fz
 │  ├─ sys
 │  │  ├─ fileio.fz
 │  │  ├─ thread.fz
 │  │  ├─ args.fz
 │  │  ├─ env_vars.fz
 │  │  ├─ internal_array.fz
 │  │  ├─ net.fz
 │  │  ├─ index.html
 │  ├─ runtime
 │  │  ├─ variant_fault.fz
 │  │  ├─ stackoverflow.fz
 │  │  ├─ post_fault.fz
 │  │  ├─ fault.fz
 │  │  ├─ check_fault.fz
 │  │  ├─ invariant_fault.fz
 │  │  ├─ contract_fault.fz
 │  │  ├─ pre_fault.fz
 │  │  ├─ index.html
 │  ├─ lambda_target.fz
 │  ├─ java.fz
 │  ├─ index.html
 ├─ state.fz
 ├─ bench.fz
 ├─ eff
 │  ├─ try.fz
 │  ├─ fallible.fz
 │  ├─ index.html
 ├─ time
 │  ├─ date_time.fz
 │  ├─ duration.fz
 │  ├─ stopwatch.fz
 │  ├─ nano.fz
 │  ├─ precision.fz
 │  ├─ Period.fz
 │  ├─ frequency.fz
 │  ├─ calendar_duration.fz
 │  ├─ Clock.fz
 │  ├─ now.fz
 │  ├─ histogram.fz
 │  ├─ time_unit.fz
 │  ├─ instant.fz
 │  ├─ index.html
 ├─ Binary.fz
 ├─ i128.fz
 ├─ i32.fz
 ├─ envir
 │  ├─ args.fz
 │  ├─ vars.fz
 │  ├─ index.html
 ├─ realtime.fz
 ├─ u16.fz
 ├─ u64.fz
 ├─ f128.fz
 ├─ error.fz
 ├─ exception.fz
 ├─ exit.fz
 ├─ os.fz
 ├─ auto_unwrap.fz
 ├─ order.fz
 ├─ envir.fz
 ├─ String.fz
 ├─ u128.fz
 ├─ choice.fz
 ├─ const_string.fz
 ├─ u8.fz
 ├─ io.fz
 ├─ effect.fz
 ├─ outcome.fz
 ├─ property.fz
 ├─ cache.fz
 ├─ tuple.fz
 ├─ panic.fz
 ├─ quantor.fz
 ├─ fuzion.fz
 ├─ interval.fz
 ├─ equals.fz
 ├─ id.fz
 ├─ f16.fz
 ├─ java_primitive.fz
 ├─ net
 │  ├─ connections.fz
 │  ├─ channel.fz
 │  ├─ ip_address.fz
 │  ├─ client.fz
 │  ├─ server.fz
 │  ├─ protocol.fz
 │  ├─ connection.fz
 │  ├─ family.fz
 │  ├─ socket_type.fz
 │  ├─ index.html
 ├─ codepoint.fz
 ├─ debug.fz
 ├─ idx.fz
 ├─ array2.fz
 ├─ numeric.fz
 ├─ array.fz
 ├─ io
 │  ├─ dir.fz
 │  ├─ Write_Handler.fz
 │  ├─ write.fz
 │  ├─ print_effect.fz
 │  ├─ log.fz
 │  ├─ slurp.fz
 │  ├─ Read_Handler.fz
 │  ├─ stdin.fz
 │  ├─ Out.fz
 │  ├─ buffered
 │  │  ├─ writer.fz
 │  │  ├─ reader.fz
 │  │  ├─ index.html
 │  ├─ file.fz
 │  ├─ buffered.fz
 │  ├─ file
 │  │  ├─ seek.fz
 │  │  ├─ read.fz
 │  │  ├─ write.fz
 │  │  ├─ move.fz
 │  │  ├─ mapped_buffer.fz
 │  │  ├─ open.fz
 │  │  ├─ stat.fz
 │  │  ├─ exists.fz
 │  │  ├─ append.fz
 │  │  ├─ delete.fz
 │  │  ├─ use.fz
 │  │  ├─ index.html
 │  ├─ Err.fz
 │  ├─ end_of_file.fz
 │  ├─ dir
 │  │  ├─ read.fz
 │  │  ├─ open.fz
 │  │  ├─ use.fz
 │  │  ├─ make.fz
 │  │  ├─ index.html
 │  ├─ Buffer_Size.fz
 │  ├─ copy.fz
 │  ├─ index.html
 ├─ Native_Ref.fz
 ├─ pipes.fz
 ├─ void.fz
 ├─ concur
 │  ├─ Blocking_Queue.fz
 │  ├─ thread.fz
 │  ├─ racy_access.fz
 │  ├─ atomic_access.fz
 │  ├─ Iterator.fz
 │  ├─ util.fz
 │  ├─ Sending_Channel.fz
 │  ├─ sync.fz
 │  ├─ atomic.fz
 │  ├─ threads.fz
 │  ├─ thread_pool.fz
 │  ├─ Receiving_Channel.fz
 │  ├─ Channel.fz
 │  ├─ Future.fz
 │  ├─ index.html
 ├─ trit.fz
 ├─ time.fz
 ├─ units.fz
 ├─ u32.fz
 ├─ abort.fz
 ├─ ignore.fz
 ├─ os
 │  ├─ cwd.fz
 │  ├─ mmap_offset_multiple.fz
 │  ├─ signal.fz
 │  ├─ page_size.fz
 │  ├─ max_path_length.fz
 │  ├─ signals.fz
 │  ├─ process.fz
 │  ├─ platform.fz
 │  ├─ Process_Handler.fz
 │  ├─ processes.fz
 │  ├─ index.html
 ├─ f32.fz
 ├─ i64.fz
 ├─ container
 │  ├─ Mutable_Map.fz
 │  ├─ map_of.fz
 │  ├─ Set.fz
 │  ├─ Buffer.fz
 │  ├─ Mutable_Array.fz
 │  ├─ Circular_Buffer.fz
 │  ├─ sorted_array.fz
 │  ├─ hash_map.fz
 │  ├─ Mutable_Hash_Map.fz
 │  ├─ ordered_map.fz
 │  ├─ ps_map.fz
 │  ├─ set_of.fz
 │  ├─ Map.fz
 │  ├─ Stack.fz
 │  ├─ abstract_array.fz
 │  ├─ Persistent_Map.fz
 │  ├─ Linked_List.fz
 │  ├─ Finger_Tree.fz
 │  ├─ stack0.fz
 │  ├─ mutable_tree_map
 │  │  ├─ Entry.fz
 │  │  ├─ index.html
 │  ├─ Mutable_Linked_List.fz
 │  ├─ Typed_Sequence.fz
 │  ├─ Mutable_Array2.fz
 │  ├─ mutable_tree_map.fz
 │  ├─ expanding_array.fz
 │  ├─ ps_set.fz
 │  ├─ index.html
 ├─ yak.fz
 ├─ Cons.fz
 ├─ integer.fz
 ├─ internal.fz
 ├─ Monoid.fz
 ├─ uint.fz
 ├─ bool.fz
 ├─ unit.fz
 ├─ transducer.fz
 ├─ option.fz
 ├─ eff.fz
 ├─ f64.fz
 ├─ units
 │  ├─ byte_si.fz
 │  ├─ data_size.fz
 │  ├─ byte_iec.fz
 │  ├─ index.html
 ├─ memoize.fz
 ├─ pedantic.fz
 ├─ Open_Types.fz
 ├─ Sequence
 │  ├─ orderable.fz
 │  ├─ statistic.fz
 │  ├─ equatable.fz
 │  ├─ index.html
 ├─ list.fz
 ├─ i8.fz
 ├─ say.fz
 ├─ ffi.fz
 ├─ net.fz
 ├─ Nullary.fz
 ├─ nil.fz
 ├─ encodings.fz
 ├─ Any.fz
 ├─ handles2.fz
 ├─ handles.fz
 ├─ native.fz
 ├─ Lazy.fz
 ├─ analysis.fz
 ├─ num.fz
 ├─ Function.fz
 ├─ Type.fz
 ├─ oneway_monad.fz
 ├─ container.fz
 ├─ Values_Of_Open_Type.fz
 ├─ once.fz
 ├─ unique_id.fz
 ├─ bitset.fz
 ├─ mutate
 │  ├─ Circular_Buffer.fz
 │  ├─ array2.fz
 │  ├─ array.fz
 │  ├─ index.html
 ├─ fuzion_runtime_init.fz
 ├─ float.fz
 ├─ Java_Ref.fz
 ├─ safety.fz
 ├─ index.html
last changed: 2026-02-23