Skip to content

Stdlib coverage matrix

Auto-generated. Do not hand-edit. Re-run cargo xtask stdlib-coverage after changing the manifest or support evidence.

The module table includes every manifest module. module-only means legacy evidence exists for at least one item; it is not proof that every declared item works. partial records a known partial surface, and none means no evidence record exists. The item inventory is the compatibility-audit queue and intentionally makes missing item-level evidence visible.

Module Lifecycle Items Interp evidence Compiled evidence Test evidence Notes
std::fmt experimental 7 module-only module-only module-only println / print / eprintln / eprint / format / write / writeln.
std::io experimental 21 module-only module-only module-only stdout, stderr, stdin, write, write_byte, write_byte_array, flush, read_line, read_to_string.
std::os experimental 2 module-only module-only module-only args, env, exit, read_file, write_file, mkdir, mkdir_all, read_dir.
std::os::exec shipped 12 module-only module-only module-only Command builder + output / status / spawn / kill / wait. Wired through interp builtins, MIR lower, and C ABI.
std::os::signal experimental 5 module-only module-only module-only on(signum) + Notifier::wait/try_wait. Wired through interp builtins, MIR lower, and C ABI.
std::env shipped 10 none none none No module-level evidence record.
std::process shipped 13 none none none No module-level evidence record.
std::thread shipped 2 none none none No module-level evidence record.
std::strings experimental 43 module-only module-only module-only split, trim, contains, find, replace, to_lower, to_upper, starts_with, ends_with.
std::strconv experimental 10 module-only module-only module-only parse_i64, parse_u64, parse_f64, parse_bool, format_i64, format_f64.
std::collections experimental 10 module-only module-only module-only Vec, Map, Set, Deque, Queue, Stack, heaps, and ordered maps/sets.
std::net experimental 6 module-only module-only module-only TcpListener, TcpStream. UdpSocket partial.
std::http experimental 29 module-only module-only module-only HTTP/1.1 + HTTP/2 server + client (push + trailers); HTTP/3 via std::http_h3.
std::encoding::json experimental 21 module-only module-only module-only encode + decode + Value.
std::sync experimental 16 module-only module-only module-only Mutex, WaitGroup, AtomicI64. RwLock, Once partial.
std::time experimental 24 module-only module-only module-only now, sleep, format_rfc3339, parse_rfc3339.
std::panic experimental 1 module-only module-only module-only panic + catch_unwind.
std::errors experimental 6 module-only module-only module-only new, newf, wrap, is, join.
std::flag experimental 8 module-only module-only module-only Set with string/int/uint/float/bool/duration/string_list, --help, equals form. Subcommands deferred to v1.x.
std::path shipped 15 module-only module-only module-only join, split, base, dir, ext, clean.
std::fs shipped 35 module-only module-only module-only read_dir, walk_dir, mkdir_all, remove_all, copy, rename.
std::bytes experimental 5 module-only module-only module-only Buffer, Builder, index_of, split, replace.
std::bufio experimental 7 module-only module-only module-only Reader, Writer, Scanner with split_lines / split_words.
std::net::url shipped 5 module-only module-only module-only Url, query_escape, query_unescape.
std::slog experimental 8 module-only module-only module-only Logger, Field, TextHandler, JsonHandler with escape coverage.
std::encoding::base64 experimental 2 module-only module-only module-only encode + decode.
std::encoding::hex experimental 2 module-only module-only module-only encode + decode.
std::encoding::binary experimental 30 module-only module-only module-only put_u16/u32/u64/i16/i32/i64 and get_u16/u32/u64/i16/i32/i64, both be and le variants.
std::context experimental 1 module-only module-only module-only background, with_cancel, with_deadline, with_timeout.
std::crypto::rand experimental 1 module-only module-only module-only fill, bytes.
std::crypto::sha256 experimental 2 module-only module-only module-only digest, hex.
std::crypto::hmac experimental 2 module-only module-only module-only sha256_mac.
std::crypto::subtle experimental 1 module-only module-only module-only constant_time_eq.
std::utf8 experimental 14 module-only module-only module-only is_valid, rune_count.
std::math::rand experimental 1 module-only module-only module-only Rng (SplitMix64).
std::testing experimental 5 module-only module-only module-only Runner, check, check_eq, check_ok.
std::httptest experimental 2 none none none No module-level evidence record.
std::image experimental 9 none none none No module-level evidence record.
std::runtime experimental 13 module-only module-only module-only max_procs, set_max_procs, num_cpus, caller, stack, set_finalizer.
std::tls shipped 0 module-only module-only module-only rustls-backed; ServerConfig, ClientConfig.
std::regex experimental 10 module-only module-only module-only compile, is_match, find, find_all, captures, replace, split.
std::compress::gzip experimental 3 module-only module-only module-only encode/decode + Level. Wired through builtins, MIR lower, and C ABI.
std::crypto::sha512 experimental 2 none none none No module-level evidence record.
std::crypto::blake3 experimental 2 none none none No module-level evidence record.
std::crypto::aead experimental 4 none none none No module-level evidence record.
std::crypto::ed25519 experimental 3 none none none No module-level evidence record.
std::crypto::ecdsa experimental 3 none none none No module-level evidence record.
std::crypto::x509 shipped 3 none none none No module-level evidence record.
std::crypto::kdf experimental 4 none none none No module-level evidence record.
std::encoding::yaml experimental 7 none none none No module-level evidence record.
std::html::template shipped 1 none none none No module-level evidence record.
std::html experimental 2 none none none No module-level evidence record.
std::database::sql experimental 17 none none none No module-level evidence record.
std::math experimental 46 none none none No module-level evidence record.
std::math::bits experimental 13 none none none No module-level evidence record.
std::unicode experimental 37 none none none No module-level evidence record.
std::encoding::csv experimental 3 none none none No module-level evidence record.
std::encoding::pem experimental 4 none none none No module-level evidence record.
std::utf16 experimental 5 none none none No module-level evidence record.
std::iter experimental 50 none none none No module-level evidence record.
std::option experimental 16 none none none No module-level evidence record.
std::result experimental 10 none none none No module-level evidence record.
std::http::router experimental 6 none none none No module-level evidence record.
std::http::middleware experimental 27 none none none No module-level evidence record.
std::http::static_files experimental 3 none none none No module-level evidence record.
std::http::proxy experimental 3 none none none No module-level evidence record.
std::http::websocket experimental 12 none none none No module-level evidence record.
std::http::sse experimental 5 none none none No module-level evidence record.
std::http::chunked experimental 4 none none none No module-level evidence record.
std::http::native_client experimental 6 none none none No module-level evidence record.
std::archive::zip experimental 3 none none none No module-level evidence record.
std::archive::tar experimental 3 none none none No module-level evidence record.
std::compress::flate experimental 2 none none none No module-level evidence record.
std::compress::zlib experimental 2 none none none No module-level evidence record.
std::compress::bzip2 experimental 2 none none none No module-level evidence record.
std::encoding::xml experimental 6 none none none No module-level evidence record.
std::encoding::base32 experimental 6 none none none No module-level evidence record.
std::encoding::ascii85 experimental 2 none none none No module-level evidence record.
std::hash::fnv experimental 3 none none none No module-level evidence record.
std::hash::crc32 experimental 3 none none none No module-level evidence record.
std::hash::adler32 experimental 3 none none none No module-level evidence record.
std::math::big experimental 33 none none none No module-level evidence record.
std::crypto::insecure experimental 4 none none none No module-level evidence record.
std::uuid experimental 5 none none none No module-level evidence record.
std::os::user experimental 6 none none none No module-level evidence record.
std::net::netip experimental 11 none none none No module-level evidence record.
std::net::ip experimental 10 none none none No module-level evidence record.
std::net::smtp experimental 2 none none none No module-level evidence record.
std::mime experimental 9 none none none No module-level evidence record.
std::encoding::toml experimental 4 none none none No module-level evidence record.
std::sort experimental 3 module-only module-only module-only sort, sort_stable, binary_search.
std::http::cookie experimental 5 none none none No module-level evidence record.
std::http::csrf experimental 8 none none none No module-level evidence record.
std::http::form experimental 2 none none none No module-level evidence record.
std::http::health experimental 0 none none none No module-level evidence record.
std::http::multipart experimental 5 none none none No module-level evidence record.
std::http::query experimental 0 none none none No module-level evidence record.
std::http::session experimental 3 none none none No module-level evidence record.
std::http::state experimental 0 none none none No module-level evidence record.
std::jwt experimental 8 none none none No module-level evidence record.
std::lifecycle experimental 7 none none none No module-level evidence record.
std::validate experimental 3 none none none No module-level evidence record.
std::crypto::password experimental 3 none none none No module-level evidence record.
std::metrics experimental 6 none none none No module-level evidence record.
std::pprof experimental 7 none none none No module-level evidence record.
std::trace experimental 8 none none none No module-level evidence record.
std::http_h3 experimental 4 none none none No module-level evidence record.
std::compress::zstd experimental 3 none none none No module-level evidence record.

Declared item inventory

Every public manifest item appears below. An item whose row names a program is exercised by it on every tier and every host in the CI matrix. not item-audited is a deliberate non-claim: no executable evidence is linked to that canonical item path yet.

Item Kind Lifecycle Evidence
std::archive::tar::TarEntry Type experimental not item-audited
std::archive::tar::read Function experimental not item-audited
std::archive::tar::write Function experimental not item-audited
std::archive::zip::ZipEntry Type experimental not item-audited
std::archive::zip::read Function experimental not item-audited
std::archive::zip::write Function experimental not item-audited
std::bufio::Reader Type experimental examples/grep.gos, feature-testing-examples/winb_sys_misc.gos
std::bufio::Scanner Type experimental examples/grep.gos, feature-testing-examples/winb_sys_misc.gos
std::bufio::Writer Type experimental examples/grep.gos, feature-testing-examples/winb_sys_misc.gos
std::bufio::read_lines Function experimental examples/grep.gos, feature-testing-examples/winb_sys_misc.gos
std::bufio::read_lines_of Function experimental examples/grep.gos, feature-testing-examples/winb_sys_misc.gos
std::bufio::read_to_string Function experimental examples/grep.gos, feature-testing-examples/winb_sys_misc.gos
std::bufio::split_whitespace Function experimental examples/grep.gos, feature-testing-examples/winb_sys_misc.gos
std::bytes::Buffer Type experimental feature-testing-examples/bytes_builder.gos, feature-testing-examples/winb_sys_bytes.gos
std::bytes::Builder Type experimental feature-testing-examples/bytes_builder.gos, feature-testing-examples/winb_sys_bytes.gos
std::bytes::index_of Function experimental feature-testing-examples/bytes_builder.gos, feature-testing-examples/winb_sys_bytes.gos
std::bytes::replace Function experimental feature-testing-examples/bytes_builder.gos, feature-testing-examples/winb_sys_bytes.gos
std::bytes::split Function experimental feature-testing-examples/bytes_builder.gos, feature-testing-examples/winb_sys_bytes.gos
std::collections::BTreeMap Type experimental examples/collection_patterns.gos, examples/data_structures.gos, examples/map_hashable_keys.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/auto_regions_map_iter.gos, feature-testing-examples/bench_shape_graph_and_list.gos, feature-testing-examples/btreemap_i64_keys.gos, feature-testing-examples/by_value_param_owns_its_fields.gos, feature-testing-examples/clone_into_consuming_call.gos, feature-testing-examples/collection_iter_contracts.gos, feature-testing-examples/container_display.gos, feature-testing-examples/container_in_aggregate_rendering.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/elemty_btreemap_shapes.gos, feature-testing-examples/fmt_tuple_map.gos, feature-testing-examples/format_spec_matrix.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/hashmap_counter_race.gos, feature-testing-examples/hashmap_field_through_result.gos, feature-testing-examples/hashmap_get_some_field.gos, feature-testing-examples/hashmap_ref_param_iter.gos, feature-testing-examples/hashset_algebra.gos, feature-testing-examples/hashset_struct_keys.gos, feature-testing-examples/inferred_map_dispatch.gos, feature-testing-examples/map_entry_and_format_paths.gos, feature-testing-examples/map_inc_at_oob.gos, feature-testing-examples/map_iter_destructure.gos, feature-testing-examples/map_iter_wildcard_destructure.gos, feature-testing-examples/map_loop_control_flow.gos, feature-testing-examples/map_pop_then_drop.gos, feature-testing-examples/map_struct_value_access.gos, feature-testing-examples/map_tuple_key_tuple_value.gos, feature-testing-examples/map_value_heap_children.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/mut_param_is_a_copy.gos, feature-testing-examples/opaque_nominal_alias.gos, feature-testing-examples/p7_substring_inc.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/set_from_sequence.gos, feature-testing-examples/set_literal_rendering.gos, feature-testing-examples/single_field_struct_aggregate.gos, feature-testing-examples/single_slot_aggregate_elements.gos, feature-testing-examples/slot_container_value_semantics.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/str_substring_kmer.gos, feature-testing-examples/struct_container_reclaim.gos, feature-testing-examples/struct_keyed_map_value_iter.gos, feature-testing-examples/struct_map_keys.gos, feature-testing-examples/struct_tuple_map_key.gos, feature-testing-examples/temporary_method_dispatch.gos, feature-testing-examples/tuple_destructuring_loop.gos, feature-testing-examples/vec_deque.gos, feature-testing-examples/vecdeque_element_typing.gos, feature-testing-examples/vecdeque_full.gos, feature-testing-examples/winb2_btreemap_keys.gos, feature-testing-examples/winb2_hashset_i64.gos, feature-testing-examples/winb2_hashset_to_vec.gos, feature-testing-examples/winb2_map_contains.gos, feature-testing-examples/winb_coll_map.gos, feature-testing-examples/winb_coll_set.gos, feature-testing-examples/winb_coll_vec.gos
std::collections::BTreeSet Type experimental examples/collection_patterns.gos, examples/data_structures.gos, examples/map_hashable_keys.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/auto_regions_map_iter.gos, feature-testing-examples/bench_shape_graph_and_list.gos, feature-testing-examples/btreemap_i64_keys.gos, feature-testing-examples/by_value_param_owns_its_fields.gos, feature-testing-examples/clone_into_consuming_call.gos, feature-testing-examples/collection_iter_contracts.gos, feature-testing-examples/container_display.gos, feature-testing-examples/container_in_aggregate_rendering.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/elemty_btreemap_shapes.gos, feature-testing-examples/fmt_tuple_map.gos, feature-testing-examples/format_spec_matrix.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/hashmap_counter_race.gos, feature-testing-examples/hashmap_field_through_result.gos, feature-testing-examples/hashmap_get_some_field.gos, feature-testing-examples/hashmap_ref_param_iter.gos, feature-testing-examples/hashset_algebra.gos, feature-testing-examples/hashset_struct_keys.gos, feature-testing-examples/inferred_map_dispatch.gos, feature-testing-examples/map_entry_and_format_paths.gos, feature-testing-examples/map_inc_at_oob.gos, feature-testing-examples/map_iter_destructure.gos, feature-testing-examples/map_iter_wildcard_destructure.gos, feature-testing-examples/map_loop_control_flow.gos, feature-testing-examples/map_pop_then_drop.gos, feature-testing-examples/map_struct_value_access.gos, feature-testing-examples/map_tuple_key_tuple_value.gos, feature-testing-examples/map_value_heap_children.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/mut_param_is_a_copy.gos, feature-testing-examples/opaque_nominal_alias.gos, feature-testing-examples/p7_substring_inc.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/set_from_sequence.gos, feature-testing-examples/set_literal_rendering.gos, feature-testing-examples/single_field_struct_aggregate.gos, feature-testing-examples/single_slot_aggregate_elements.gos, feature-testing-examples/slot_container_value_semantics.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/str_substring_kmer.gos, feature-testing-examples/struct_container_reclaim.gos, feature-testing-examples/struct_keyed_map_value_iter.gos, feature-testing-examples/struct_map_keys.gos, feature-testing-examples/struct_tuple_map_key.gos, feature-testing-examples/temporary_method_dispatch.gos, feature-testing-examples/tuple_destructuring_loop.gos, feature-testing-examples/vec_deque.gos, feature-testing-examples/vecdeque_element_typing.gos, feature-testing-examples/vecdeque_full.gos, feature-testing-examples/winb2_btreemap_keys.gos, feature-testing-examples/winb2_hashset_i64.gos, feature-testing-examples/winb2_hashset_to_vec.gos, feature-testing-examples/winb2_map_contains.gos, feature-testing-examples/winb_coll_map.gos, feature-testing-examples/winb_coll_set.gos, feature-testing-examples/winb_coll_vec.gos
std::collections::Deque Type experimental examples/collection_patterns.gos, examples/data_structures.gos, examples/map_hashable_keys.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/auto_regions_map_iter.gos, feature-testing-examples/bench_shape_graph_and_list.gos, feature-testing-examples/btreemap_i64_keys.gos, feature-testing-examples/by_value_param_owns_its_fields.gos, feature-testing-examples/clone_into_consuming_call.gos, feature-testing-examples/collection_iter_contracts.gos, feature-testing-examples/container_display.gos, feature-testing-examples/container_in_aggregate_rendering.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/elemty_btreemap_shapes.gos, feature-testing-examples/fmt_tuple_map.gos, feature-testing-examples/format_spec_matrix.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/hashmap_counter_race.gos, feature-testing-examples/hashmap_field_through_result.gos, feature-testing-examples/hashmap_get_some_field.gos, feature-testing-examples/hashmap_ref_param_iter.gos, feature-testing-examples/hashset_algebra.gos, feature-testing-examples/hashset_struct_keys.gos, feature-testing-examples/inferred_map_dispatch.gos, feature-testing-examples/map_entry_and_format_paths.gos, feature-testing-examples/map_inc_at_oob.gos, feature-testing-examples/map_iter_destructure.gos, feature-testing-examples/map_iter_wildcard_destructure.gos, feature-testing-examples/map_loop_control_flow.gos, feature-testing-examples/map_pop_then_drop.gos, feature-testing-examples/map_struct_value_access.gos, feature-testing-examples/map_tuple_key_tuple_value.gos, feature-testing-examples/map_value_heap_children.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/mut_param_is_a_copy.gos, feature-testing-examples/opaque_nominal_alias.gos, feature-testing-examples/p7_substring_inc.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/set_from_sequence.gos, feature-testing-examples/set_literal_rendering.gos, feature-testing-examples/single_field_struct_aggregate.gos, feature-testing-examples/single_slot_aggregate_elements.gos, feature-testing-examples/slot_container_value_semantics.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/str_substring_kmer.gos, feature-testing-examples/struct_container_reclaim.gos, feature-testing-examples/struct_keyed_map_value_iter.gos, feature-testing-examples/struct_map_keys.gos, feature-testing-examples/struct_tuple_map_key.gos, feature-testing-examples/temporary_method_dispatch.gos, feature-testing-examples/tuple_destructuring_loop.gos, feature-testing-examples/vec_deque.gos, feature-testing-examples/vecdeque_element_typing.gos, feature-testing-examples/vecdeque_full.gos, feature-testing-examples/winb2_btreemap_keys.gos, feature-testing-examples/winb2_hashset_i64.gos, feature-testing-examples/winb2_hashset_to_vec.gos, feature-testing-examples/winb2_map_contains.gos, feature-testing-examples/winb_coll_map.gos, feature-testing-examples/winb_coll_set.gos, feature-testing-examples/winb_coll_vec.gos
std::collections::Map Type experimental examples/collection_patterns.gos, examples/data_structures.gos, examples/map_hashable_keys.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/auto_regions_map_iter.gos, feature-testing-examples/bench_shape_graph_and_list.gos, feature-testing-examples/btreemap_i64_keys.gos, feature-testing-examples/by_value_param_owns_its_fields.gos, feature-testing-examples/clone_into_consuming_call.gos, feature-testing-examples/collection_iter_contracts.gos, feature-testing-examples/container_display.gos, feature-testing-examples/container_in_aggregate_rendering.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/elemty_btreemap_shapes.gos, feature-testing-examples/fmt_tuple_map.gos, feature-testing-examples/format_spec_matrix.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/hashmap_counter_race.gos, feature-testing-examples/hashmap_field_through_result.gos, feature-testing-examples/hashmap_get_some_field.gos, feature-testing-examples/hashmap_ref_param_iter.gos, feature-testing-examples/hashset_algebra.gos, feature-testing-examples/hashset_struct_keys.gos, feature-testing-examples/inferred_map_dispatch.gos, feature-testing-examples/map_entry_and_format_paths.gos, feature-testing-examples/map_inc_at_oob.gos, feature-testing-examples/map_iter_destructure.gos, feature-testing-examples/map_iter_wildcard_destructure.gos, feature-testing-examples/map_loop_control_flow.gos, feature-testing-examples/map_pop_then_drop.gos, feature-testing-examples/map_struct_value_access.gos, feature-testing-examples/map_tuple_key_tuple_value.gos, feature-testing-examples/map_value_heap_children.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/mut_param_is_a_copy.gos, feature-testing-examples/opaque_nominal_alias.gos, feature-testing-examples/p7_substring_inc.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/set_from_sequence.gos, feature-testing-examples/set_literal_rendering.gos, feature-testing-examples/single_field_struct_aggregate.gos, feature-testing-examples/single_slot_aggregate_elements.gos, feature-testing-examples/slot_container_value_semantics.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/str_substring_kmer.gos, feature-testing-examples/struct_container_reclaim.gos, feature-testing-examples/struct_keyed_map_value_iter.gos, feature-testing-examples/struct_map_keys.gos, feature-testing-examples/struct_tuple_map_key.gos, feature-testing-examples/temporary_method_dispatch.gos, feature-testing-examples/tuple_destructuring_loop.gos, feature-testing-examples/vec_deque.gos, feature-testing-examples/vecdeque_element_typing.gos, feature-testing-examples/vecdeque_full.gos, feature-testing-examples/winb2_btreemap_keys.gos, feature-testing-examples/winb2_hashset_i64.gos, feature-testing-examples/winb2_hashset_to_vec.gos, feature-testing-examples/winb2_map_contains.gos, feature-testing-examples/winb_coll_map.gos, feature-testing-examples/winb_coll_set.gos, feature-testing-examples/winb_coll_vec.gos
std::collections::MaxHeap Type experimental examples/collection_patterns.gos, examples/data_structures.gos, examples/map_hashable_keys.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/auto_regions_map_iter.gos, feature-testing-examples/bench_shape_graph_and_list.gos, feature-testing-examples/btreemap_i64_keys.gos, feature-testing-examples/by_value_param_owns_its_fields.gos, feature-testing-examples/clone_into_consuming_call.gos, feature-testing-examples/collection_iter_contracts.gos, feature-testing-examples/container_display.gos, feature-testing-examples/container_in_aggregate_rendering.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/elemty_btreemap_shapes.gos, feature-testing-examples/fmt_tuple_map.gos, feature-testing-examples/format_spec_matrix.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/hashmap_counter_race.gos, feature-testing-examples/hashmap_field_through_result.gos, feature-testing-examples/hashmap_get_some_field.gos, feature-testing-examples/hashmap_ref_param_iter.gos, feature-testing-examples/hashset_algebra.gos, feature-testing-examples/hashset_struct_keys.gos, feature-testing-examples/inferred_map_dispatch.gos, feature-testing-examples/map_entry_and_format_paths.gos, feature-testing-examples/map_inc_at_oob.gos, feature-testing-examples/map_iter_destructure.gos, feature-testing-examples/map_iter_wildcard_destructure.gos, feature-testing-examples/map_loop_control_flow.gos, feature-testing-examples/map_pop_then_drop.gos, feature-testing-examples/map_struct_value_access.gos, feature-testing-examples/map_tuple_key_tuple_value.gos, feature-testing-examples/map_value_heap_children.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/mut_param_is_a_copy.gos, feature-testing-examples/opaque_nominal_alias.gos, feature-testing-examples/p7_substring_inc.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/set_from_sequence.gos, feature-testing-examples/set_literal_rendering.gos, feature-testing-examples/single_field_struct_aggregate.gos, feature-testing-examples/single_slot_aggregate_elements.gos, feature-testing-examples/slot_container_value_semantics.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/str_substring_kmer.gos, feature-testing-examples/struct_container_reclaim.gos, feature-testing-examples/struct_keyed_map_value_iter.gos, feature-testing-examples/struct_map_keys.gos, feature-testing-examples/struct_tuple_map_key.gos, feature-testing-examples/temporary_method_dispatch.gos, feature-testing-examples/tuple_destructuring_loop.gos, feature-testing-examples/vec_deque.gos, feature-testing-examples/vecdeque_element_typing.gos, feature-testing-examples/vecdeque_full.gos, feature-testing-examples/winb2_btreemap_keys.gos, feature-testing-examples/winb2_hashset_i64.gos, feature-testing-examples/winb2_hashset_to_vec.gos, feature-testing-examples/winb2_map_contains.gos, feature-testing-examples/winb_coll_map.gos, feature-testing-examples/winb_coll_set.gos, feature-testing-examples/winb_coll_vec.gos
std::collections::MinHeap Type experimental examples/collection_patterns.gos, examples/data_structures.gos, examples/map_hashable_keys.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/auto_regions_map_iter.gos, feature-testing-examples/bench_shape_graph_and_list.gos, feature-testing-examples/btreemap_i64_keys.gos, feature-testing-examples/by_value_param_owns_its_fields.gos, feature-testing-examples/clone_into_consuming_call.gos, feature-testing-examples/collection_iter_contracts.gos, feature-testing-examples/container_display.gos, feature-testing-examples/container_in_aggregate_rendering.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/elemty_btreemap_shapes.gos, feature-testing-examples/fmt_tuple_map.gos, feature-testing-examples/format_spec_matrix.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/hashmap_counter_race.gos, feature-testing-examples/hashmap_field_through_result.gos, feature-testing-examples/hashmap_get_some_field.gos, feature-testing-examples/hashmap_ref_param_iter.gos, feature-testing-examples/hashset_algebra.gos, feature-testing-examples/hashset_struct_keys.gos, feature-testing-examples/inferred_map_dispatch.gos, feature-testing-examples/map_entry_and_format_paths.gos, feature-testing-examples/map_inc_at_oob.gos, feature-testing-examples/map_iter_destructure.gos, feature-testing-examples/map_iter_wildcard_destructure.gos, feature-testing-examples/map_loop_control_flow.gos, feature-testing-examples/map_pop_then_drop.gos, feature-testing-examples/map_struct_value_access.gos, feature-testing-examples/map_tuple_key_tuple_value.gos, feature-testing-examples/map_value_heap_children.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/mut_param_is_a_copy.gos, feature-testing-examples/opaque_nominal_alias.gos, feature-testing-examples/p7_substring_inc.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/set_from_sequence.gos, feature-testing-examples/set_literal_rendering.gos, feature-testing-examples/single_field_struct_aggregate.gos, feature-testing-examples/single_slot_aggregate_elements.gos, feature-testing-examples/slot_container_value_semantics.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/str_substring_kmer.gos, feature-testing-examples/struct_container_reclaim.gos, feature-testing-examples/struct_keyed_map_value_iter.gos, feature-testing-examples/struct_map_keys.gos, feature-testing-examples/struct_tuple_map_key.gos, feature-testing-examples/temporary_method_dispatch.gos, feature-testing-examples/tuple_destructuring_loop.gos, feature-testing-examples/vec_deque.gos, feature-testing-examples/vecdeque_element_typing.gos, feature-testing-examples/vecdeque_full.gos, feature-testing-examples/winb2_btreemap_keys.gos, feature-testing-examples/winb2_hashset_i64.gos, feature-testing-examples/winb2_hashset_to_vec.gos, feature-testing-examples/winb2_map_contains.gos, feature-testing-examples/winb_coll_map.gos, feature-testing-examples/winb_coll_set.gos, feature-testing-examples/winb_coll_vec.gos
std::collections::Queue Type experimental examples/collection_patterns.gos, examples/data_structures.gos, examples/map_hashable_keys.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/auto_regions_map_iter.gos, feature-testing-examples/bench_shape_graph_and_list.gos, feature-testing-examples/btreemap_i64_keys.gos, feature-testing-examples/by_value_param_owns_its_fields.gos, feature-testing-examples/clone_into_consuming_call.gos, feature-testing-examples/collection_iter_contracts.gos, feature-testing-examples/container_display.gos, feature-testing-examples/container_in_aggregate_rendering.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/elemty_btreemap_shapes.gos, feature-testing-examples/fmt_tuple_map.gos, feature-testing-examples/format_spec_matrix.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/hashmap_counter_race.gos, feature-testing-examples/hashmap_field_through_result.gos, feature-testing-examples/hashmap_get_some_field.gos, feature-testing-examples/hashmap_ref_param_iter.gos, feature-testing-examples/hashset_algebra.gos, feature-testing-examples/hashset_struct_keys.gos, feature-testing-examples/inferred_map_dispatch.gos, feature-testing-examples/map_entry_and_format_paths.gos, feature-testing-examples/map_inc_at_oob.gos, feature-testing-examples/map_iter_destructure.gos, feature-testing-examples/map_iter_wildcard_destructure.gos, feature-testing-examples/map_loop_control_flow.gos, feature-testing-examples/map_pop_then_drop.gos, feature-testing-examples/map_struct_value_access.gos, feature-testing-examples/map_tuple_key_tuple_value.gos, feature-testing-examples/map_value_heap_children.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/mut_param_is_a_copy.gos, feature-testing-examples/opaque_nominal_alias.gos, feature-testing-examples/p7_substring_inc.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/set_from_sequence.gos, feature-testing-examples/set_literal_rendering.gos, feature-testing-examples/single_field_struct_aggregate.gos, feature-testing-examples/single_slot_aggregate_elements.gos, feature-testing-examples/slot_container_value_semantics.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/str_substring_kmer.gos, feature-testing-examples/struct_container_reclaim.gos, feature-testing-examples/struct_keyed_map_value_iter.gos, feature-testing-examples/struct_map_keys.gos, feature-testing-examples/struct_tuple_map_key.gos, feature-testing-examples/temporary_method_dispatch.gos, feature-testing-examples/tuple_destructuring_loop.gos, feature-testing-examples/vec_deque.gos, feature-testing-examples/vecdeque_element_typing.gos, feature-testing-examples/vecdeque_full.gos, feature-testing-examples/winb2_btreemap_keys.gos, feature-testing-examples/winb2_hashset_i64.gos, feature-testing-examples/winb2_hashset_to_vec.gos, feature-testing-examples/winb2_map_contains.gos, feature-testing-examples/winb_coll_map.gos, feature-testing-examples/winb_coll_set.gos, feature-testing-examples/winb_coll_vec.gos
std::collections::Set Type experimental examples/collection_patterns.gos, examples/data_structures.gos, examples/map_hashable_keys.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/auto_regions_map_iter.gos, feature-testing-examples/bench_shape_graph_and_list.gos, feature-testing-examples/btreemap_i64_keys.gos, feature-testing-examples/by_value_param_owns_its_fields.gos, feature-testing-examples/clone_into_consuming_call.gos, feature-testing-examples/collection_iter_contracts.gos, feature-testing-examples/container_display.gos, feature-testing-examples/container_in_aggregate_rendering.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/elemty_btreemap_shapes.gos, feature-testing-examples/fmt_tuple_map.gos, feature-testing-examples/format_spec_matrix.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/hashmap_counter_race.gos, feature-testing-examples/hashmap_field_through_result.gos, feature-testing-examples/hashmap_get_some_field.gos, feature-testing-examples/hashmap_ref_param_iter.gos, feature-testing-examples/hashset_algebra.gos, feature-testing-examples/hashset_struct_keys.gos, feature-testing-examples/inferred_map_dispatch.gos, feature-testing-examples/map_entry_and_format_paths.gos, feature-testing-examples/map_inc_at_oob.gos, feature-testing-examples/map_iter_destructure.gos, feature-testing-examples/map_iter_wildcard_destructure.gos, feature-testing-examples/map_loop_control_flow.gos, feature-testing-examples/map_pop_then_drop.gos, feature-testing-examples/map_struct_value_access.gos, feature-testing-examples/map_tuple_key_tuple_value.gos, feature-testing-examples/map_value_heap_children.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/mut_param_is_a_copy.gos, feature-testing-examples/opaque_nominal_alias.gos, feature-testing-examples/p7_substring_inc.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/set_from_sequence.gos, feature-testing-examples/set_literal_rendering.gos, feature-testing-examples/single_field_struct_aggregate.gos, feature-testing-examples/single_slot_aggregate_elements.gos, feature-testing-examples/slot_container_value_semantics.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/str_substring_kmer.gos, feature-testing-examples/struct_container_reclaim.gos, feature-testing-examples/struct_keyed_map_value_iter.gos, feature-testing-examples/struct_map_keys.gos, feature-testing-examples/struct_tuple_map_key.gos, feature-testing-examples/temporary_method_dispatch.gos, feature-testing-examples/tuple_destructuring_loop.gos, feature-testing-examples/vec_deque.gos, feature-testing-examples/vecdeque_element_typing.gos, feature-testing-examples/vecdeque_full.gos, feature-testing-examples/winb2_btreemap_keys.gos, feature-testing-examples/winb2_hashset_i64.gos, feature-testing-examples/winb2_hashset_to_vec.gos, feature-testing-examples/winb2_map_contains.gos, feature-testing-examples/winb_coll_map.gos, feature-testing-examples/winb_coll_set.gos, feature-testing-examples/winb_coll_vec.gos
std::collections::Stack Type experimental examples/collection_patterns.gos, examples/data_structures.gos, examples/map_hashable_keys.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/auto_regions_map_iter.gos, feature-testing-examples/bench_shape_graph_and_list.gos, feature-testing-examples/btreemap_i64_keys.gos, feature-testing-examples/by_value_param_owns_its_fields.gos, feature-testing-examples/clone_into_consuming_call.gos, feature-testing-examples/collection_iter_contracts.gos, feature-testing-examples/container_display.gos, feature-testing-examples/container_in_aggregate_rendering.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/elemty_btreemap_shapes.gos, feature-testing-examples/fmt_tuple_map.gos, feature-testing-examples/format_spec_matrix.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/hashmap_counter_race.gos, feature-testing-examples/hashmap_field_through_result.gos, feature-testing-examples/hashmap_get_some_field.gos, feature-testing-examples/hashmap_ref_param_iter.gos, feature-testing-examples/hashset_algebra.gos, feature-testing-examples/hashset_struct_keys.gos, feature-testing-examples/inferred_map_dispatch.gos, feature-testing-examples/map_entry_and_format_paths.gos, feature-testing-examples/map_inc_at_oob.gos, feature-testing-examples/map_iter_destructure.gos, feature-testing-examples/map_iter_wildcard_destructure.gos, feature-testing-examples/map_loop_control_flow.gos, feature-testing-examples/map_pop_then_drop.gos, feature-testing-examples/map_struct_value_access.gos, feature-testing-examples/map_tuple_key_tuple_value.gos, feature-testing-examples/map_value_heap_children.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/mut_param_is_a_copy.gos, feature-testing-examples/opaque_nominal_alias.gos, feature-testing-examples/p7_substring_inc.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/set_from_sequence.gos, feature-testing-examples/set_literal_rendering.gos, feature-testing-examples/single_field_struct_aggregate.gos, feature-testing-examples/single_slot_aggregate_elements.gos, feature-testing-examples/slot_container_value_semantics.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/str_substring_kmer.gos, feature-testing-examples/struct_container_reclaim.gos, feature-testing-examples/struct_keyed_map_value_iter.gos, feature-testing-examples/struct_map_keys.gos, feature-testing-examples/struct_tuple_map_key.gos, feature-testing-examples/temporary_method_dispatch.gos, feature-testing-examples/tuple_destructuring_loop.gos, feature-testing-examples/vec_deque.gos, feature-testing-examples/vecdeque_element_typing.gos, feature-testing-examples/vecdeque_full.gos, feature-testing-examples/winb2_btreemap_keys.gos, feature-testing-examples/winb2_hashset_i64.gos, feature-testing-examples/winb2_hashset_to_vec.gos, feature-testing-examples/winb2_map_contains.gos, feature-testing-examples/winb_coll_map.gos, feature-testing-examples/winb_coll_set.gos, feature-testing-examples/winb_coll_vec.gos
std::collections::Vec Type experimental examples/collection_patterns.gos, examples/data_structures.gos, examples/map_hashable_keys.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/auto_regions_map_iter.gos, feature-testing-examples/bench_shape_graph_and_list.gos, feature-testing-examples/btreemap_i64_keys.gos, feature-testing-examples/by_value_param_owns_its_fields.gos, feature-testing-examples/clone_into_consuming_call.gos, feature-testing-examples/collection_iter_contracts.gos, feature-testing-examples/container_display.gos, feature-testing-examples/container_in_aggregate_rendering.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/elemty_btreemap_shapes.gos, feature-testing-examples/fmt_tuple_map.gos, feature-testing-examples/format_spec_matrix.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/hashmap_counter_race.gos, feature-testing-examples/hashmap_field_through_result.gos, feature-testing-examples/hashmap_get_some_field.gos, feature-testing-examples/hashmap_ref_param_iter.gos, feature-testing-examples/hashset_algebra.gos, feature-testing-examples/hashset_struct_keys.gos, feature-testing-examples/inferred_map_dispatch.gos, feature-testing-examples/map_entry_and_format_paths.gos, feature-testing-examples/map_inc_at_oob.gos, feature-testing-examples/map_iter_destructure.gos, feature-testing-examples/map_iter_wildcard_destructure.gos, feature-testing-examples/map_loop_control_flow.gos, feature-testing-examples/map_pop_then_drop.gos, feature-testing-examples/map_struct_value_access.gos, feature-testing-examples/map_tuple_key_tuple_value.gos, feature-testing-examples/map_value_heap_children.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/mut_param_is_a_copy.gos, feature-testing-examples/opaque_nominal_alias.gos, feature-testing-examples/p7_substring_inc.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/set_from_sequence.gos, feature-testing-examples/set_literal_rendering.gos, feature-testing-examples/single_field_struct_aggregate.gos, feature-testing-examples/single_slot_aggregate_elements.gos, feature-testing-examples/slot_container_value_semantics.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/str_substring_kmer.gos, feature-testing-examples/struct_container_reclaim.gos, feature-testing-examples/struct_keyed_map_value_iter.gos, feature-testing-examples/struct_map_keys.gos, feature-testing-examples/struct_tuple_map_key.gos, feature-testing-examples/temporary_method_dispatch.gos, feature-testing-examples/tuple_destructuring_loop.gos, feature-testing-examples/vec_deque.gos, feature-testing-examples/vecdeque_element_typing.gos, feature-testing-examples/vecdeque_full.gos, feature-testing-examples/winb2_btreemap_keys.gos, feature-testing-examples/winb2_hashset_i64.gos, feature-testing-examples/winb2_hashset_to_vec.gos, feature-testing-examples/winb2_map_contains.gos, feature-testing-examples/winb_coll_map.gos, feature-testing-examples/winb_coll_set.gos, feature-testing-examples/winb_coll_vec.gos
std::compress::bzip2::compress Function experimental not item-audited
std::compress::bzip2::decompress Function experimental not item-audited
std::compress::flate::compress Function experimental not item-audited
std::compress::flate::decompress Function experimental not item-audited
std::compress::gzip::Level Type experimental not item-audited
std::compress::gzip::decode Function experimental not item-audited
std::compress::gzip::encode Function experimental not item-audited
std::compress::zlib::compress Function experimental not item-audited
std::compress::zlib::decompress Function experimental not item-audited
std::compress::zstd::decode Function experimental not item-audited
std::compress::zstd::encode Function experimental not item-audited
std::compress::zstd::encode_level Function experimental not item-audited
std::context::Context Type experimental feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_cancel.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/select_ctx_cancel.gos
std::crypto::aead::aes_256_gcm_open Function experimental not item-audited
std::crypto::aead::aes_256_gcm_seal Function experimental not item-audited
std::crypto::aead::chacha20_poly1305_open Function experimental not item-audited
std::crypto::aead::chacha20_poly1305_seal Function experimental not item-audited
std::crypto::blake3::digest Function experimental feature-testing-examples/nul_in_strings.gos
std::crypto::blake3::hex Function experimental feature-testing-examples/nul_in_strings.gos
std::crypto::ecdsa::keypair_pem Function experimental not item-audited
std::crypto::ecdsa::sign_pem Function experimental not item-audited
std::crypto::ecdsa::verify_pem Function experimental not item-audited
std::crypto::ed25519::keypair Function experimental not item-audited
std::crypto::ed25519::sign Function experimental not item-audited
std::crypto::ed25519::verify Function experimental not item-audited
std::crypto::hmac::sha256_hex Function experimental not item-audited
std::crypto::hmac::sha256_mac Function experimental not item-audited
std::crypto::insecure::md5 Function experimental not item-audited
std::crypto::insecure::md5_hex Function experimental not item-audited
std::crypto::insecure::sha1 Function experimental not item-audited
std::crypto::insecure::sha1_hex Function experimental not item-audited
std::crypto::kdf::argon2id_hash Function experimental not item-audited
std::crypto::kdf::argon2id_verify Function experimental not item-audited
std::crypto::kdf::pbkdf2_sha256 Function experimental not item-audited
std::crypto::kdf::scrypt_interactive Function experimental not item-audited
std::crypto::password::hash Function experimental not item-audited
std::crypto::password::needs_rehash Function experimental not item-audited
std::crypto::password::verify Function experimental not item-audited
std::crypto::rand::bytes Function experimental not item-audited
std::crypto::sha256::digest Function experimental feature-testing-examples/nul_in_strings.gos
std::crypto::sha256::hex Function experimental feature-testing-examples/nul_in_strings.gos
std::crypto::sha512::digest Function experimental not item-audited
std::crypto::sha512::hex Function experimental not item-audited
std::crypto::subtle::constant_time_eq Function experimental not item-audited
std::crypto::x509::CertInfo Type experimental not item-audited
std::crypto::x509::parse_pem Function experimental not item-audited
std::crypto::x509::verify_server_certificate_with_crls Function experimental not item-audited
std::database::sql::Conn Type experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::database::sql::Driver Trait experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::database::sql::Error Type experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::database::sql::IsolationLevel Type experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::database::sql::Pool Type experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::database::sql::PoolConfig Type experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::database::sql::PooledConn Type experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::database::sql::Row Type experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::database::sql::Rows Type experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::database::sql::Select Type experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::database::sql::Stmt Type experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::database::sql::Tx Type experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::database::sql::Value Type experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::database::sql::drivers Function experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::database::sql::migrate_up Function experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::database::sql::open Function experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::database::sql::register_native Function experimental feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_ident_quoting.gos, feature-testing-examples/sql_native_driver.gos
std::encoding::ascii85::decode Function experimental not item-audited
std::encoding::ascii85::encode Function experimental not item-audited
std::encoding::base32::decode Function experimental not item-audited
std::encoding::base32::decode_hex Function experimental not item-audited
std::encoding::base32::decode_string Function experimental not item-audited
std::encoding::base32::encode Function experimental not item-audited
std::encoding::base32::encode_hex Function experimental not item-audited
std::encoding::base32::encode_string Function experimental not item-audited
std::encoding::base64::decode Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos
std::encoding::base64::encode Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos
std::encoding::binary::get_u16_be Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::get_u16_be_at Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::get_u16_le Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::get_u16_le_at Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::get_u32_be Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::get_u32_be_at Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::get_u32_le Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::get_u32_le_at Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::get_u64_be Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::get_u64_be_at Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::get_u64_le Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::get_u64_le_at Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::get_u8 Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::put_u16_be Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::put_u16_be_at Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::put_u16_le Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::put_u16_le_at Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::put_u32_be Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::put_u32_be_at Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::put_u32_le Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::put_u32_le_at Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::put_u64_be Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::put_u64_be_at Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::put_u64_le Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::put_u64_le_at Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::put_u8 Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::put_uvarint Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::put_varint Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::uvarint Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::binary::varint Function experimental feature-testing-examples/binary_offset_accessors.gos
std::encoding::csv::parse_line Function experimental feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos
std::encoding::csv::read Function experimental feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos
std::encoding::csv::write Function experimental feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos
std::encoding::hex::decode Function experimental feature-testing-examples/nul_in_strings.gos
std::encoding::hex::encode Function experimental feature-testing-examples/nul_in_strings.gos
std::encoding::json::Deserialize Trait experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::Error Type experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::Serialize Trait experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::Value Type experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::as_array Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::as_bool Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::as_f64 Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::as_i64 Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::as_str Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::at Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::decode Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::encode Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::encode_pretty Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::get Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::is_null Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::keys Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::len Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::parse Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::render Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::set Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::json::valid Function experimental examples/file_io.gos, feature-testing-examples/json_encode_aggregates.gos, feature-testing-examples/json_null_rendering.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/json_set_update.gos, feature-testing-examples/module_scoped_type_names.gos, feature-testing-examples/serde_more_field_kinds.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/stdlib_json_as_bool.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/winb2_json_int_precision.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::pem::Block Type experimental not item-audited
std::encoding::pem::decode Function experimental not item-audited
std::encoding::pem::decode_all Function experimental not item-audited
std::encoding::pem::encode Function experimental not item-audited
std::encoding::toml::from_json Function experimental examples/toml_demo.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::toml::is_valid Function experimental examples/toml_demo.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::toml::pretty Function experimental examples/toml_demo.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::toml::to_json Function experimental examples/toml_demo.gos, feature-testing-examples/winb_data_encoding.gos
std::encoding::xml::Event Type experimental not item-audited
std::encoding::xml::Reader Type experimental not item-audited
std::encoding::xml::Writer Type experimental not item-audited
std::encoding::xml::encode Function experimental not item-audited
std::encoding::xml::escape Function experimental not item-audited
std::encoding::xml::parse Function experimental not item-audited
std::encoding::yaml::Value Type experimental feature-testing-examples/winb_data_encoding.gos
std::encoding::yaml::encode Function experimental feature-testing-examples/winb_data_encoding.gos
std::encoding::yaml::from_json Function experimental feature-testing-examples/winb_data_encoding.gos
std::encoding::yaml::is_valid Function experimental feature-testing-examples/winb_data_encoding.gos
std::encoding::yaml::parse Function experimental feature-testing-examples/winb_data_encoding.gos
std::encoding::yaml::parse_all Function experimental feature-testing-examples/winb_data_encoding.gos
std::encoding::yaml::to_json Function experimental feature-testing-examples/winb_data_encoding.gos
std::env::args Function experimental examples/cli_args.gos, examples/environment.gos, examples/file_io.gos, examples/grep.gos, examples/list_dir.gos, feature-testing-examples/env_vars.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/os_args_clone_roundtrip.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/winb_sys_misc.gos, feature-testing-examples/write_file_bytes.gos
std::env::current_dir Function experimental examples/cli_args.gos, examples/environment.gos, examples/file_io.gos, examples/grep.gos, examples/list_dir.gos, feature-testing-examples/env_vars.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/os_args_clone_roundtrip.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/winb_sys_misc.gos, feature-testing-examples/write_file_bytes.gos
std::env::home_dir Function experimental examples/cli_args.gos, examples/environment.gos, examples/file_io.gos, examples/grep.gos, examples/list_dir.gos, feature-testing-examples/env_vars.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/os_args_clone_roundtrip.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/winb_sys_misc.gos, feature-testing-examples/write_file_bytes.gos
std::env::program_name Function experimental examples/cli_args.gos, examples/environment.gos, examples/file_io.gos, examples/grep.gos, examples/list_dir.gos, feature-testing-examples/env_vars.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/os_args_clone_roundtrip.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/winb_sys_misc.gos, feature-testing-examples/write_file_bytes.gos
std::env::set_current_dir Function experimental examples/cli_args.gos, examples/environment.gos, examples/file_io.gos, examples/grep.gos, examples/list_dir.gos, feature-testing-examples/env_vars.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/os_args_clone_roundtrip.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/winb_sys_misc.gos, feature-testing-examples/write_file_bytes.gos
std::env::set_var Function experimental examples/cli_args.gos, examples/environment.gos, examples/file_io.gos, examples/grep.gos, examples/list_dir.gos, feature-testing-examples/env_vars.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/os_args_clone_roundtrip.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/winb_sys_misc.gos, feature-testing-examples/write_file_bytes.gos
std::env::temp_dir Function experimental examples/cli_args.gos, examples/environment.gos, examples/file_io.gos, examples/grep.gos, examples/list_dir.gos, feature-testing-examples/env_vars.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/os_args_clone_roundtrip.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/winb_sys_misc.gos, feature-testing-examples/write_file_bytes.gos
std::env::unset_var Function experimental examples/cli_args.gos, examples/environment.gos, examples/file_io.gos, examples/grep.gos, examples/list_dir.gos, feature-testing-examples/env_vars.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/os_args_clone_roundtrip.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/winb_sys_misc.gos, feature-testing-examples/write_file_bytes.gos
std::env::var Function experimental examples/cli_args.gos, examples/environment.gos, examples/file_io.gos, examples/grep.gos, examples/list_dir.gos, feature-testing-examples/env_vars.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/os_args_clone_roundtrip.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/winb_sys_misc.gos, feature-testing-examples/write_file_bytes.gos
std::env::vars Function experimental examples/cli_args.gos, examples/environment.gos, examples/file_io.gos, examples/grep.gos, examples/list_dir.gos, feature-testing-examples/env_vars.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/os_args_clone_roundtrip.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/winb_sys_misc.gos, feature-testing-examples/write_file_bytes.gos
std::errors::Error Type experimental examples/errors.gos, examples/file_io.gos, examples/grep.gos, examples/json_derive_test.gos, examples/json_structs.gos, examples/list_dir.gos, examples/structured_concurrency.gos, examples/testing.gos, examples/toml_demo.gos, feature-testing-examples/autoderive_int_widths.gos, feature-testing-examples/binary_offset_accessors.gos, feature-testing-examples/by_value_param_owns_its_fields.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/carrier_at_odd_slot_offset.gos, feature-testing-examples/carrier_return_tiers.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/cohort_basics.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_header_settings.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/debugfmt_nested_adts.gos, feature-testing-examples/entry_result_err.gos, feature-testing-examples/entry_toplevel_err.gos, feature-testing-examples/error_chain_inspection.gos, feature-testing-examples/format_spec_matrix.gos, feature-testing-examples/from_json_infer.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/jit_admission_shapes.gos, feature-testing-examples/json_parse_jit.gos, feature-testing-examples/method_name_collision.gos, feature-testing-examples/nested_struct_variant_payload.gos, feature-testing-examples/operator_overloads.gos, feature-testing-examples/option_unwrap_chain.gos, feature-testing-examples/p7_deref_format.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/result_struct_payload.gos, feature-testing-examples/router_closure_route.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/slice_methods.gos, feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_native_driver.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_errors_chain.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_io_read_all.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/struct_copy_followups.gos, feature-testing-examples/top_level_question.gos, feature-testing-examples/try_err_conversion.gos, feature-testing-examples/winb2_parse_u64.gos, feature-testing-examples/winb_coll_optres.gos, feature-testing-examples/write_file_bytes.gos, feature-testing-examples/yaml_autoderive.gos
std::errors::is Function experimental examples/errors.gos, examples/file_io.gos, examples/grep.gos, examples/json_derive_test.gos, examples/json_structs.gos, examples/list_dir.gos, examples/structured_concurrency.gos, examples/testing.gos, examples/toml_demo.gos, feature-testing-examples/autoderive_int_widths.gos, feature-testing-examples/binary_offset_accessors.gos, feature-testing-examples/by_value_param_owns_its_fields.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/carrier_at_odd_slot_offset.gos, feature-testing-examples/carrier_return_tiers.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/cohort_basics.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_header_settings.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/debugfmt_nested_adts.gos, feature-testing-examples/entry_result_err.gos, feature-testing-examples/entry_toplevel_err.gos, feature-testing-examples/error_chain_inspection.gos, feature-testing-examples/format_spec_matrix.gos, feature-testing-examples/from_json_infer.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/jit_admission_shapes.gos, feature-testing-examples/json_parse_jit.gos, feature-testing-examples/method_name_collision.gos, feature-testing-examples/nested_struct_variant_payload.gos, feature-testing-examples/operator_overloads.gos, feature-testing-examples/option_unwrap_chain.gos, feature-testing-examples/p7_deref_format.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/result_struct_payload.gos, feature-testing-examples/router_closure_route.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/slice_methods.gos, feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_native_driver.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_errors_chain.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_io_read_all.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/struct_copy_followups.gos, feature-testing-examples/top_level_question.gos, feature-testing-examples/try_err_conversion.gos, feature-testing-examples/winb2_parse_u64.gos, feature-testing-examples/winb_coll_optres.gos, feature-testing-examples/write_file_bytes.gos, feature-testing-examples/yaml_autoderive.gos
std::errors::join Function experimental examples/errors.gos, examples/file_io.gos, examples/grep.gos, examples/json_derive_test.gos, examples/json_structs.gos, examples/list_dir.gos, examples/structured_concurrency.gos, examples/testing.gos, examples/toml_demo.gos, feature-testing-examples/autoderive_int_widths.gos, feature-testing-examples/binary_offset_accessors.gos, feature-testing-examples/by_value_param_owns_its_fields.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/carrier_at_odd_slot_offset.gos, feature-testing-examples/carrier_return_tiers.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/cohort_basics.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_header_settings.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/debugfmt_nested_adts.gos, feature-testing-examples/entry_result_err.gos, feature-testing-examples/entry_toplevel_err.gos, feature-testing-examples/error_chain_inspection.gos, feature-testing-examples/format_spec_matrix.gos, feature-testing-examples/from_json_infer.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/jit_admission_shapes.gos, feature-testing-examples/json_parse_jit.gos, feature-testing-examples/method_name_collision.gos, feature-testing-examples/nested_struct_variant_payload.gos, feature-testing-examples/operator_overloads.gos, feature-testing-examples/option_unwrap_chain.gos, feature-testing-examples/p7_deref_format.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/result_struct_payload.gos, feature-testing-examples/router_closure_route.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/slice_methods.gos, feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_native_driver.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_errors_chain.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_io_read_all.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/struct_copy_followups.gos, feature-testing-examples/top_level_question.gos, feature-testing-examples/try_err_conversion.gos, feature-testing-examples/winb2_parse_u64.gos, feature-testing-examples/winb_coll_optres.gos, feature-testing-examples/write_file_bytes.gos, feature-testing-examples/yaml_autoderive.gos
std::errors::new Function experimental examples/errors.gos, examples/file_io.gos, examples/grep.gos, examples/json_derive_test.gos, examples/json_structs.gos, examples/list_dir.gos, examples/structured_concurrency.gos, examples/testing.gos, examples/toml_demo.gos, feature-testing-examples/autoderive_int_widths.gos, feature-testing-examples/binary_offset_accessors.gos, feature-testing-examples/by_value_param_owns_its_fields.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/carrier_at_odd_slot_offset.gos, feature-testing-examples/carrier_return_tiers.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/cohort_basics.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_header_settings.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/debugfmt_nested_adts.gos, feature-testing-examples/entry_result_err.gos, feature-testing-examples/entry_toplevel_err.gos, feature-testing-examples/error_chain_inspection.gos, feature-testing-examples/format_spec_matrix.gos, feature-testing-examples/from_json_infer.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/jit_admission_shapes.gos, feature-testing-examples/json_parse_jit.gos, feature-testing-examples/method_name_collision.gos, feature-testing-examples/nested_struct_variant_payload.gos, feature-testing-examples/operator_overloads.gos, feature-testing-examples/option_unwrap_chain.gos, feature-testing-examples/p7_deref_format.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/result_struct_payload.gos, feature-testing-examples/router_closure_route.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/slice_methods.gos, feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_native_driver.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_errors_chain.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_io_read_all.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/struct_copy_followups.gos, feature-testing-examples/top_level_question.gos, feature-testing-examples/try_err_conversion.gos, feature-testing-examples/winb2_parse_u64.gos, feature-testing-examples/winb_coll_optres.gos, feature-testing-examples/write_file_bytes.gos, feature-testing-examples/yaml_autoderive.gos
std::errors::newf Function experimental examples/errors.gos, examples/file_io.gos, examples/grep.gos, examples/json_derive_test.gos, examples/json_structs.gos, examples/list_dir.gos, examples/structured_concurrency.gos, examples/testing.gos, examples/toml_demo.gos, feature-testing-examples/autoderive_int_widths.gos, feature-testing-examples/binary_offset_accessors.gos, feature-testing-examples/by_value_param_owns_its_fields.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/carrier_at_odd_slot_offset.gos, feature-testing-examples/carrier_return_tiers.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/cohort_basics.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_header_settings.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/debugfmt_nested_adts.gos, feature-testing-examples/entry_result_err.gos, feature-testing-examples/entry_toplevel_err.gos, feature-testing-examples/error_chain_inspection.gos, feature-testing-examples/format_spec_matrix.gos, feature-testing-examples/from_json_infer.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/jit_admission_shapes.gos, feature-testing-examples/json_parse_jit.gos, feature-testing-examples/method_name_collision.gos, feature-testing-examples/nested_struct_variant_payload.gos, feature-testing-examples/operator_overloads.gos, feature-testing-examples/option_unwrap_chain.gos, feature-testing-examples/p7_deref_format.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/result_struct_payload.gos, feature-testing-examples/router_closure_route.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/slice_methods.gos, feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_native_driver.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_errors_chain.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_io_read_all.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/struct_copy_followups.gos, feature-testing-examples/top_level_question.gos, feature-testing-examples/try_err_conversion.gos, feature-testing-examples/winb2_parse_u64.gos, feature-testing-examples/winb_coll_optres.gos, feature-testing-examples/write_file_bytes.gos, feature-testing-examples/yaml_autoderive.gos
std::errors::wrap Function experimental examples/errors.gos, examples/file_io.gos, examples/grep.gos, examples/json_derive_test.gos, examples/json_structs.gos, examples/list_dir.gos, examples/structured_concurrency.gos, examples/testing.gos, examples/toml_demo.gos, feature-testing-examples/autoderive_int_widths.gos, feature-testing-examples/binary_offset_accessors.gos, feature-testing-examples/by_value_param_owns_its_fields.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/carrier_at_odd_slot_offset.gos, feature-testing-examples/carrier_return_tiers.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/cohort_basics.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_header_settings.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/debugfmt_nested_adts.gos, feature-testing-examples/entry_result_err.gos, feature-testing-examples/entry_toplevel_err.gos, feature-testing-examples/error_chain_inspection.gos, feature-testing-examples/format_spec_matrix.gos, feature-testing-examples/from_json_infer.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/jit_admission_shapes.gos, feature-testing-examples/json_parse_jit.gos, feature-testing-examples/method_name_collision.gos, feature-testing-examples/nested_struct_variant_payload.gos, feature-testing-examples/operator_overloads.gos, feature-testing-examples/option_unwrap_chain.gos, feature-testing-examples/p7_deref_format.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/result_struct_payload.gos, feature-testing-examples/router_closure_route.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/slice_methods.gos, feature-testing-examples/sql_driverless.gos, feature-testing-examples/sql_native_driver.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_errors_chain.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_io_read_all.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos, feature-testing-examples/struct_copy_followups.gos, feature-testing-examples/top_level_question.gos, feature-testing-examples/try_err_conversion.gos, feature-testing-examples/winb2_parse_u64.gos, feature-testing-examples/winb_coll_optres.gos, feature-testing-examples/write_file_bytes.gos, feature-testing-examples/yaml_autoderive.gos
std::flag::Error Type experimental examples/cli_args.gos, examples/grep.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/flag_cell_duration.gos
std::flag::Set Type experimental examples/cli_args.gos, examples/grep.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/flag_cell_duration.gos
std::flag::Value Type experimental examples/cli_args.gos, examples/grep.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/flag_cell_duration.gos
std::flag::bool Function experimental examples/cli_args.gos, examples/grep.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/flag_cell_duration.gos
std::flag::define Function experimental examples/cli_args.gos, examples/grep.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/flag_cell_duration.gos
std::flag::int Function experimental examples/cli_args.gos, examples/grep.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/flag_cell_duration.gos
std::flag::parse Function experimental examples/cli_args.gos, examples/grep.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/flag_cell_duration.gos
std::flag::string Function experimental examples/cli_args.gos, examples/grep.gos, feature-testing-examples/aggregate_binding.gos, feature-testing-examples/flag_cell_duration.gos
std::fmt::Debug Trait experimental feature-testing-examples/display_impl_dispatch.gos
std::fmt::Display Trait experimental feature-testing-examples/display_impl_dispatch.gos
std::fmt::eprint Builtin experimental feature-testing-examples/display_impl_dispatch.gos
std::fmt::eprintln Builtin experimental feature-testing-examples/display_impl_dispatch.gos
std::fmt::format Builtin experimental feature-testing-examples/display_impl_dispatch.gos
std::fmt::print Builtin experimental feature-testing-examples/display_impl_dispatch.gos
std::fmt::println Builtin experimental feature-testing-examples/display_impl_dispatch.gos
std::fs::DirInfo Type experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::File Type experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::OpenOptions Type experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::SEEK_CUR Const experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::SEEK_END Const experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::SEEK_SET Const experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::canonicalize Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::copy Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::create Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::create_dir Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::create_dir_all Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::create_dir_all_mode Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::create_dir_mode Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::exists Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::file_size Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::is_dir Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::is_file Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::is_symlink Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::metadata Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::open Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::permissions Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::read Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::read_dir Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::read_to_string Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::remove_dir Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::remove_dir_all Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::remove_file Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::rename Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::set_permissions Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::sync_dir Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::temp_dir Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::temp_file Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::walk_dir Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::write Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::fs::write_mode Function experimental examples/file_io.gos, examples/list_dir.gos, feature-testing-examples/comptime_embedded_assets.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_error_text.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_read_to_string_missing.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/write_file_bytes.gos
std::hash::adler32::checksum Function experimental feature-testing-examples/nul_in_strings.gos
std::hash::adler32::checksum_string Function experimental feature-testing-examples/nul_in_strings.gos
std::hash::adler32::update Function experimental feature-testing-examples/nul_in_strings.gos
std::hash::crc32::checksum Function experimental feature-testing-examples/nul_in_strings.gos
std::hash::crc32::checksum_string Function experimental feature-testing-examples/nul_in_strings.gos
std::hash::crc32::update Function experimental feature-testing-examples/nul_in_strings.gos
std::hash::fnv::hash32 Function experimental feature-testing-examples/nul_in_strings.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos
std::hash::fnv::hash64 Function experimental feature-testing-examples/nul_in_strings.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos
std::hash::fnv::hash_string Function experimental feature-testing-examples/nul_in_strings.gos, feature-testing-examples/stdlib_leaf_calls_and_json_queries.gos
std::html::escape Function experimental feature-testing-examples/html_escape.gos, feature-testing-examples/html_template_render_json.gos
std::html::template::render_json Function experimental not item-audited
std::html::unescape Function experimental feature-testing-examples/html_escape.gos, feature-testing-examples/html_template_render_json.gos
std::http::Client Type experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::Headers Type experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::Http2Config Type experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::Http2Error Type experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::Http2Handler Trait experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::Http2ServerHandle Type experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::Http2StreamingHandler Trait experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::Method Type experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::PushOptions Type experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::PushStream Type experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::Request Type experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::Response Type experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::ResponseStream Type experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::Server Type experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::StatusCode Type experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::StreamingResponseWriter Type experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::Trailers Type experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::chunked::Reader Type experimental not item-audited
std::http::chunked::Writer Type experimental not item-audited
std::http::chunked::decode Function experimental not item-audited
std::http::chunked::encode Function experimental not item-audited
std::http::cookie::Cookie Type experimental not item-audited
std::http::cookie::CookieBuilder Type experimental not item-audited
std::http::cookie::SameSite Type experimental not item-audited
std::http::cookie::parse_cookie_header Function experimental not item-audited
std::http::cookie::serialize Function experimental not item-audited
std::http::csrf::Config Type experimental not item-audited
std::http::csrf::RouteAuth Type experimental not item-audited
std::http::csrf::attach_cookie Function experimental not item-audited
std::http::csrf::check Function experimental not item-audited
std::http::csrf::extract_token Function experimental not item-audited
std::http::csrf::issue_token Function experimental not item-audited
std::http::csrf::origin_allowed Function experimental not item-audited
std::http::csrf::verify_token Function experimental not item-audited
std::http::delete Function experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::form::Form Type experimental not item-audited
std::http::form::FormBuilder Type experimental not item-audited
std::http::get Function experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::head Function experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::middleware::CacheControl Type experimental not item-audited
std::http::middleware::Chain Type experimental not item-audited
std::http::middleware::CorsConfig Type experimental not item-audited
std::http::middleware::Handler Trait experimental not item-audited
std::http::middleware::HstsConfig Type experimental not item-audited
std::http::middleware::RateLimit Type experimental not item-audited
std::http::middleware::SecurityHeaders Type experimental not item-audited
std::http::middleware::accepts_gzip Function experimental not item-audited
std::http::middleware::basic_auth Function experimental not item-audited
std::http::middleware::bearer_auth Function experimental not item-audited
std::http::middleware::bearer_ok Function experimental not item-audited
std::http::middleware::body_limit Function experimental not item-audited
std::http::middleware::cache_control Function experimental not item-audited
std::http::middleware::compress_gzip Function experimental not item-audited
std::http::middleware::cors Function experimental not item-audited
std::http::middleware::decode_basic_auth Function experimental not item-audited
std::http::middleware::etag Function experimental not item-audited
std::http::middleware::hsts Function experimental not item-audited
std::http::middleware::logger Function experimental not item-audited
std::http::middleware::new_request_id Function experimental not item-audited
std::http::middleware::rate_limit Function experimental not item-audited
std::http::middleware::recoverer Function experimental not item-audited
std::http::middleware::request_id Function experimental not item-audited
std::http::middleware::safe_defaults Function experimental not item-audited
std::http::middleware::security_headers Function experimental not item-audited
std::http::middleware::tag Function experimental not item-audited
std::http::middleware::timeout Function experimental not item-audited
std::http::multipart::Config Type experimental not item-audited
std::http::multipart::Form Type experimental not item-audited
std::http::multipart::Part Type experimental not item-audited
std::http::multipart::PartData Type experimental not item-audited
std::http::multipart::parse Function experimental not item-audited
std::http::native_client::Client Type experimental not item-audited
std::http::native_client::Error Type experimental not item-audited
std::http::native_client::delete Function experimental not item-audited
std::http::native_client::get Function experimental not item-audited
std::http::native_client::post Function experimental not item-audited
std::http::native_client::put Function experimental not item-audited
std::http::options Function experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::post Function experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::proxy::Director Type experimental not item-audited
std::http::proxy::Proxy Type experimental not item-audited
std::http::proxy::forward Function experimental not item-audited
std::http::put Function experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::request Function experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::request_bytes Function experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::router::Handler Trait experimental examples/web_server.gos, feature-testing-examples/http_router_lookup.gos, feature-testing-examples/router_closure_route.gos
std::http::router::Params Type experimental examples/web_server.gos, feature-testing-examples/http_router_lookup.gos, feature-testing-examples/router_closure_route.gos
std::http::router::Router Type experimental examples/web_server.gos, feature-testing-examples/http_router_lookup.gos, feature-testing-examples/router_closure_route.gos
std::http::router::add Function experimental examples/web_server.gos, feature-testing-examples/http_router_lookup.gos, feature-testing-examples/router_closure_route.gos
std::http::router::lookup Function experimental examples/web_server.gos, feature-testing-examples/http_router_lookup.gos, feature-testing-examples/router_closure_route.gos
std::http::router::new Function experimental examples/web_server.gos, feature-testing-examples/http_router_lookup.gos, feature-testing-examples/router_closure_route.gos
std::http::serve Function experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::serve_h2c Function experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::serve_tls Function experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::session::sign Function experimental not item-audited
std::http::session::verify Function experimental not item-audited
std::http::session::with_session Function experimental not item-audited
std::http::sse::Event Type experimental not item-audited
std::http::sse::Stream Type experimental not item-audited
std::http::sse::encode_comment Function experimental not item-audited
std::http::sse::encode_event Function experimental not item-audited
std::http::sse::encode_retry Function experimental not item-audited
std::http::static_files::FileServer Type experimental not item-audited
std::http::static_files::mime_for_path Function experimental not item-audited
std::http::static_files::serve_file Function experimental not item-audited
std::http::stream Function experimental examples/http_diagnostics_transport.gos, examples/web_server.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/http3_serve_err_binding.gos, feature-testing-examples/http_cookie.gos, feature-testing-examples/http_csrf.gos, feature-testing-examples/http_csrf_attach.gos, feature-testing-examples/http_form_multipart.gos, feature-testing-examples/http_form_urlencoded.gos, feature-testing-examples/http_serve_err_binding.gos, feature-testing-examples/http_session.gos, feature-testing-examples/http_session_roundtrip.gos, feature-testing-examples/http_surface.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos, feature-testing-examples/option_none_variant_collision.gos, feature-testing-examples/router_closure_route.gos
std::http::websocket::Error Type experimental not item-audited
std::http::websocket::Message Type experimental not item-audited
std::http::websocket::WebSocket Type experimental not item-audited
std::http::websocket::accept Function experimental not item-audited
std::http::websocket::accept_key Function experimental not item-audited
std::http::websocket::close Function experimental not item-audited
std::http::websocket::connect Function experimental not item-audited
std::http::websocket::is_websocket_upgrade Function experimental not item-audited
std::http::websocket::recv Function experimental not item-audited
std::http::websocket::send_binary Function experimental not item-audited
std::http::websocket::send_text Function experimental not item-audited
std::http::websocket::serve Function experimental not item-audited
std::http_h3::Client Type experimental feature-testing-examples/http3_serve_err_binding.gos
std::http_h3::H3Error Type experimental feature-testing-examples/http3_serve_err_binding.gos
std::http_h3::Handler Trait experimental feature-testing-examples/http3_serve_err_binding.gos
std::http_h3::serve Function experimental feature-testing-examples/http3_serve_err_binding.gos
std::httptest::record Function experimental examples/http_diagnostics_transport.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos
std::httptest::server Function experimental examples/http_diagnostics_transport.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/httptest_static_server.gos
std::image::decode_base64 Function experimental not item-audited
std::image::encode_jpeg_base64 Function experimental not item-audited
std::image::encode_png_base64 Function experimental not item-audited
std::image::filled Function experimental not item-audited
std::image::height Function experimental not item-audited
std::image::new Function experimental not item-audited
std::image::pixel Function experimental not item-audited
std::image::set_pixel Function experimental not item-audited
std::image::width Function experimental not item-audited
std::io::BufReader Type experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::BufWriter Type experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::Copy Function experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::Error Type experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::ReadAll Function experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::Reader Trait experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::Writer Trait experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::buffer_writer Function experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::close_writer Function experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::contents Function experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::copy_n Function experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::drain Function experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::limit_reader Function experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::multi_reader Function experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::pipe Function experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::stderr Function experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::stdin Function experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::stdout Function experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::string_reader Function experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::tee_reader Function experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::io::write Function experimental examples/grep.gos, feature-testing-examples/stdlib_io_adapters.gos, feature-testing-examples/stdlib_io_copy.gos, feature-testing-examples/stdlib_io_read_all.gos
std::iter::all Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::any Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::chain Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::chunk_by Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::chunks Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::collect Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::count Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::count_by Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::dedup Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::empty Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::enumerate Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::filter Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::filter_map Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::find Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::find_map Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::flat_map Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::flatten Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::fold Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::for_each Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::map Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::max Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::max_by Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::max_by_key Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::min Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::min_by Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::min_by_key Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::once Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::pairwise Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::partition Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::position Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::product Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::product_by Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::range Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::range_inclusive Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::reduce Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::repeat Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::rev Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::scan Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::skip Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::skip_while Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::sort_by Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::sort_by_key Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::step_by Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::sum Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::sum_by Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::take Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::take_while Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::unzip Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::windows Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::iter::zip Function experimental examples/caesar_cipher.gos, examples/environment.gos, examples/function_piping.gos, examples/range_sum.gos, examples/reverse_string.gos, feature-testing-examples/aggr_enum_vec_combinators.gos, feature-testing-examples/closure_env_container_capture.gos, feature-testing-examples/closure_env_ownership.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_element_crossings.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/elemty_aggregate_elements.gos, feature-testing-examples/elemty_float_eager.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/iter_extra.gos, feature-testing-examples/iter_free_function_contracts.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_pipeline_iter.gos, feature-testing-examples/seq_method_combinators.gos, feature-testing-examples/stdlib_surface_join_parse_take.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/zip_pair_elements.gos
std::jwt::header Function experimental feature-testing-examples/jwt_roundtrip.gos
std::jwt::sign_eddsa Function experimental feature-testing-examples/jwt_roundtrip.gos
std::jwt::sign_es256 Function experimental feature-testing-examples/jwt_roundtrip.gos
std::jwt::sign_hs Function experimental feature-testing-examples/jwt_roundtrip.gos
std::jwt::verify Function experimental feature-testing-examples/jwt_roundtrip.gos
std::jwt::verify_eddsa Function experimental feature-testing-examples/jwt_roundtrip.gos
std::jwt::verify_es256 Function experimental feature-testing-examples/jwt_roundtrip.gos
std::jwt::verify_hs Function experimental feature-testing-examples/jwt_roundtrip.gos
std::lifecycle::await_shutdown Function experimental not item-audited
std::lifecycle::is_ready Function experimental not item-audited
std::lifecycle::is_shutting_down Function experimental not item-audited
std::lifecycle::notify_status Function experimental not item-audited
std::lifecycle::ready Function experimental not item-audited
std::lifecycle::set_ready Function experimental not item-audited
std::lifecycle::shutdown Function experimental not item-audited
std::math::E Const experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::INF Const experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::LN_10 Const experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::LN_2 Const experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::LOG10_E Const experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::LOG2_E Const experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::MAX_F64 Const experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::MIN_POSITIVE_F64 Const experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::NAN Const experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::NEG_INF Const experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::PHI Const experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::PI Const experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::SQRT_2 Const experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::abs Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::acos Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::asin Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::atan Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::atan2 Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::big::Int Type experimental not item-audited
std::math::big::Uint Type experimental not item-audited
std::math::big::factorial Function experimental not item-audited
std::math::big::int_abs Function experimental not item-audited
std::math::big::int_add Function experimental not item-audited
std::math::big::int_cmp Function experimental not item-audited
std::math::big::int_div Function experimental not item-audited
std::math::big::int_from_i64 Function experimental not item-audited
std::math::big::int_from_str Function experimental not item-audited
std::math::big::int_gcd Function experimental not item-audited
std::math::big::int_is_negative Function experimental not item-audited
std::math::big::int_is_positive Function experimental not item-audited
std::math::big::int_is_zero Function experimental not item-audited
std::math::big::int_lcm Function experimental not item-audited
std::math::big::int_mul Function experimental not item-audited
std::math::big::int_neg Function experimental not item-audited
std::math::big::int_pow Function experimental not item-audited
std::math::big::int_rem Function experimental not item-audited
std::math::big::int_sub Function experimental not item-audited
std::math::big::int_to_hex Function experimental not item-audited
std::math::big::int_to_i64 Function experimental not item-audited
std::math::big::int_to_str Function experimental not item-audited
std::math::big::uint_add Function experimental not item-audited
std::math::big::uint_bit_len Function experimental not item-audited
std::math::big::uint_from_str Function experimental not item-audited
std::math::big::uint_from_u64 Function experimental not item-audited
std::math::big::uint_is_zero Function experimental not item-audited
std::math::big::uint_mul Function experimental not item-audited
std::math::big::uint_pow Function experimental not item-audited
std::math::big::uint_pow_mod Function experimental not item-audited
std::math::big::uint_to_hex Function experimental not item-audited
std::math::big::uint_to_str Function experimental not item-audited
std::math::big::uint_to_u64 Function experimental not item-audited
std::math::bits::add Function experimental feature-testing-examples/combinator_element_kinds.gos
std::math::bits::count_ones Function experimental feature-testing-examples/combinator_element_kinds.gos
std::math::bits::count_zeros Function experimental feature-testing-examples/combinator_element_kinds.gos
std::math::bits::div Function experimental feature-testing-examples/combinator_element_kinds.gos
std::math::bits::leading_zeros Function experimental feature-testing-examples/combinator_element_kinds.gos
std::math::bits::len Function experimental feature-testing-examples/combinator_element_kinds.gos
std::math::bits::mul Function experimental feature-testing-examples/combinator_element_kinds.gos
std::math::bits::reverse_bits Function experimental feature-testing-examples/combinator_element_kinds.gos
std::math::bits::reverse_bytes Function experimental feature-testing-examples/combinator_element_kinds.gos
std::math::bits::rotate_left Function experimental feature-testing-examples/combinator_element_kinds.gos
std::math::bits::rotate_right Function experimental feature-testing-examples/combinator_element_kinds.gos
std::math::bits::sub Function experimental feature-testing-examples/combinator_element_kinds.gos
std::math::bits::trailing_zeros Function experimental feature-testing-examples/combinator_element_kinds.gos
std::math::cbrt Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::ceil Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::clamp Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::copysign Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::cos Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::cosh Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::exp Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::exp2 Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::floor Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::hypot Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::is_inf Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::is_nan Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::ln Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::log Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::log10 Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::log2 Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::max Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::min Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::positive_diff Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::pow Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::rand::Rng Type experimental feature-testing-examples/math_rand.gos, feature-testing-examples/winb_data_math.gos
std::math::rem Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::round Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::sin Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::sinh Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::sqrt Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::tan Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::tanh Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::math::trunc Function experimental examples/big_numbers.gos, feature-testing-examples/callback_shorthands.gos, feature-testing-examples/inline_scalar_kernel.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_math_bits.gos, feature-testing-examples/stdlib_math_const.gos, feature-testing-examples/stdlib_math_pred.gos, feature-testing-examples/stdlib_math_scalar.gos, feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/winb_data_math.gos
std::metrics::Counter Type experimental feature-testing-examples/metrics_observability.gos
std::metrics::Gauge Type experimental feature-testing-examples/metrics_observability.gos
std::metrics::Histogram Type experimental feature-testing-examples/metrics_observability.gos
std::metrics::Metric Type experimental feature-testing-examples/metrics_observability.gos
std::metrics::Registry Type experimental feature-testing-examples/metrics_observability.gos
std::metrics::serve_metrics Function experimental feature-testing-examples/metrics_observability.gos
std::mime::boundary Function experimental examples/mime_demo.gos
std::mime::charset Function experimental examples/mime_demo.gos
std::mime::extension_by_type Function experimental examples/mime_demo.gos
std::mime::is_valid Function experimental examples/mime_demo.gos
std::mime::param Function experimental examples/mime_demo.gos
std::mime::parse Function experimental examples/mime_demo.gos
std::mime::sub Function experimental examples/mime_demo.gos
std::mime::top Function experimental examples/mime_demo.gos
std::mime::type_by_extension Function experimental examples/mime_demo.gos
std::net::TcpListener Type experimental feature-testing-examples/net_ip.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos
std::net::TcpStream Type experimental feature-testing-examples/net_ip.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos
std::net::UdpSocket Type experimental feature-testing-examples/net_ip.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos
std::net::UnixListener Type experimental feature-testing-examples/net_ip.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos
std::net::UnixStream Type experimental feature-testing-examples/net_ip.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos
std::net::ip::is_loopback Function experimental not item-audited
std::net::ip::is_multicast Function experimental not item-audited
std::net::ip::is_private Function experimental not item-audited
std::net::ip::is_unspecified Function experimental not item-audited
std::net::ip::is_v4 Function experimental not item-audited
std::net::ip::is_v6 Function experimental not item-audited
std::net::ip::is_valid Function experimental not item-audited
std::net::ip::octets Function experimental not item-audited
std::net::ip::parse Function experimental not item-audited
std::net::ip::to_string Function experimental not item-audited
std::net::lookup Function experimental feature-testing-examples/net_ip.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos
std::net::netip::host_of Function experimental examples/netip_demo.gos
std::net::netip::is_loopback Function experimental examples/netip_demo.gos
std::net::netip::is_multicast Function experimental examples/netip_demo.gos
std::net::netip::is_private Function experimental examples/netip_demo.gos
std::net::netip::is_unspecified Function experimental examples/netip_demo.gos
std::net::netip::is_v4 Function experimental examples/netip_demo.gos
std::net::netip::is_v6 Function experimental examples/netip_demo.gos
std::net::netip::is_valid Function experimental examples/netip_demo.gos
std::net::netip::join_addr_port Function experimental examples/netip_demo.gos
std::net::netip::normalize Function experimental examples/netip_demo.gos
std::net::netip::port_of Function experimental examples/netip_demo.gos
std::net::smtp::send Function experimental feature-testing-examples/net_smtp_send.gos
std::net::smtp::send_auth Function experimental feature-testing-examples/net_smtp_send.gos
std::net::url::Url Type experimental examples/url_escape_demo.gos
std::net::url::path_escape Function experimental examples/url_escape_demo.gos
std::net::url::path_unescape Function experimental examples/url_escape_demo.gos
std::net::url::query_escape Function experimental examples/url_escape_demo.gos
std::net::url::query_unescape Function experimental examples/url_escape_demo.gos
std::option::and_then Function experimental examples/function_piping.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/option_default.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/winb_coll_optres.gos
std::option::expect Function experimental examples/function_piping.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/option_default.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/winb_coll_optres.gos
std::option::filter Function experimental examples/function_piping.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/option_default.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/winb_coll_optres.gos
std::option::flatten Function experimental examples/function_piping.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/option_default.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/winb_coll_optres.gos
std::option::is_none Function experimental examples/function_piping.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/option_default.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/winb_coll_optres.gos
std::option::is_some Function experimental examples/function_piping.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/option_default.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/winb_coll_optres.gos
std::option::iter Function experimental examples/function_piping.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/option_default.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/winb_coll_optres.gos
std::option::map Function experimental examples/function_piping.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/option_default.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/winb_coll_optres.gos
std::option::ok_or Function experimental examples/function_piping.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/option_default.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/winb_coll_optres.gos
std::option::ok_or_else Function experimental examples/function_piping.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/option_default.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/winb_coll_optres.gos
std::option::or Function experimental examples/function_piping.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/option_default.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/winb_coll_optres.gos
std::option::or_else Function experimental examples/function_piping.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/option_default.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/winb_coll_optres.gos
std::option::unwrap Function experimental examples/function_piping.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/option_default.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/winb_coll_optres.gos
std::option::unwrap_or Function experimental examples/function_piping.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/option_default.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/winb_coll_optres.gos
std::option::unwrap_or_else Function experimental examples/function_piping.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/option_default.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/winb_coll_optres.gos
std::option::zip Function experimental examples/function_piping.gos, feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/option_default.gos, feature-testing-examples/temporary_wrap.gos, feature-testing-examples/winb_coll_iter.gos, feature-testing-examples/winb_coll_optres.gos
std::os::arch Function experimental feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_os_introspection.gos, feature-testing-examples/winb_sys_misc.gos
std::os::exec::Child Type experimental feature-testing-examples/exec_pipeline.gos, feature-testing-examples/exec_signal_group.gos, feature-testing-examples/exec_wait_timeout.gos, feature-testing-examples/process_spawn_pipe.gos
std::os::exec::Path Type experimental feature-testing-examples/exec_pipeline.gos, feature-testing-examples/exec_signal_group.gos, feature-testing-examples/exec_wait_timeout.gos, feature-testing-examples/process_spawn_pipe.gos
std::os::exec::Pipeline Type experimental feature-testing-examples/exec_pipeline.gos, feature-testing-examples/exec_signal_group.gos, feature-testing-examples/exec_wait_timeout.gos, feature-testing-examples/process_spawn_pipe.gos
std::os::exec::Signal Type experimental feature-testing-examples/exec_pipeline.gos, feature-testing-examples/exec_signal_group.gos, feature-testing-examples/exec_wait_timeout.gos, feature-testing-examples/process_spawn_pipe.gos
std::os::exec::kill Function experimental feature-testing-examples/exec_pipeline.gos, feature-testing-examples/exec_signal_group.gos, feature-testing-examples/exec_wait_timeout.gos, feature-testing-examples/process_spawn_pipe.gos
std::os::exec::kill_group Function experimental feature-testing-examples/exec_pipeline.gos, feature-testing-examples/exec_signal_group.gos, feature-testing-examples/exec_wait_timeout.gos, feature-testing-examples/process_spawn_pipe.gos
std::os::exec::pipeline_run Function experimental feature-testing-examples/exec_pipeline.gos, feature-testing-examples/exec_signal_group.gos, feature-testing-examples/exec_wait_timeout.gos, feature-testing-examples/process_spawn_pipe.gos
std::os::exec::run Function experimental feature-testing-examples/exec_pipeline.gos, feature-testing-examples/exec_signal_group.gos, feature-testing-examples/exec_wait_timeout.gos, feature-testing-examples/process_spawn_pipe.gos
std::os::exec::signal Function experimental feature-testing-examples/exec_pipeline.gos, feature-testing-examples/exec_signal_group.gos, feature-testing-examples/exec_wait_timeout.gos, feature-testing-examples/process_spawn_pipe.gos
std::os::exec::spawn Function experimental feature-testing-examples/exec_pipeline.gos, feature-testing-examples/exec_signal_group.gos, feature-testing-examples/exec_wait_timeout.gos, feature-testing-examples/process_spawn_pipe.gos
std::os::exec::spawn_piped Function experimental feature-testing-examples/exec_pipeline.gos, feature-testing-examples/exec_signal_group.gos, feature-testing-examples/exec_wait_timeout.gos, feature-testing-examples/process_spawn_pipe.gos
std::os::exec::wait_timeout Function experimental feature-testing-examples/exec_pipeline.gos, feature-testing-examples/exec_signal_group.gos, feature-testing-examples/exec_wait_timeout.gos, feature-testing-examples/process_spawn_pipe.gos
std::os::family Function experimental feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_os_introspection.gos, feature-testing-examples/winb_sys_misc.gos
std::os::signal::Notifier Type experimental feature-testing-examples/os_signal_subscribe.gos
std::os::signal::Signal Type experimental feature-testing-examples/os_signal_subscribe.gos
std::os::signal::on Function experimental feature-testing-examples/os_signal_subscribe.gos
std::os::signal::try_wait Function experimental feature-testing-examples/os_signal_subscribe.gos
std::os::signal::wait Function experimental feature-testing-examples/os_signal_subscribe.gos
std::os::user::current_gid Function experimental examples/os_user_demo.gos
std::os::user::current_home Function experimental examples/os_user_demo.gos
std::os::user::current_name Function experimental examples/os_user_demo.gos
std::os::user::current_uid Function experimental examples/os_user_demo.gos
std::os::user::lookup_name Function experimental examples/os_user_demo.gos
std::os::user::lookup_uid Function experimental examples/os_user_demo.gos
std::panic::panic Builtin experimental not item-audited
std::path::components Function experimental examples/file_io.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/path_split.gos, feature-testing-examples/path_value.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_free.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/winb_sys_path.gos, feature-testing-examples/write_file_bytes.gos
std::path::extension Function experimental examples/file_io.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/path_split.gos, feature-testing-examples/path_value.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_free.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/winb_sys_path.gos, feature-testing-examples/write_file_bytes.gos
std::path::file_name Function experimental examples/file_io.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/path_split.gos, feature-testing-examples/path_value.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_free.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/winb_sys_path.gos, feature-testing-examples/write_file_bytes.gos
std::path::file_stem Function experimental examples/file_io.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/path_split.gos, feature-testing-examples/path_value.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_free.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/winb_sys_path.gos, feature-testing-examples/write_file_bytes.gos
std::path::glob Function experimental examples/file_io.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/path_split.gos, feature-testing-examples/path_value.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_free.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/winb_sys_path.gos, feature-testing-examples/write_file_bytes.gos
std::path::is_absolute Function experimental examples/file_io.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/path_split.gos, feature-testing-examples/path_value.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_free.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/winb_sys_path.gos, feature-testing-examples/write_file_bytes.gos
std::path::join Function experimental examples/file_io.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/path_split.gos, feature-testing-examples/path_value.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_free.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/winb_sys_path.gos, feature-testing-examples/write_file_bytes.gos
std::path::matches Function experimental examples/file_io.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/path_split.gos, feature-testing-examples/path_value.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_free.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/winb_sys_path.gos, feature-testing-examples/write_file_bytes.gos
std::path::normalize Function experimental examples/file_io.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/path_split.gos, feature-testing-examples/path_value.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_free.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/winb_sys_path.gos, feature-testing-examples/write_file_bytes.gos
std::path::parent Function experimental examples/file_io.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/path_split.gos, feature-testing-examples/path_value.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_free.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/winb_sys_path.gos, feature-testing-examples/write_file_bytes.gos
std::path::prefixes Function experimental examples/file_io.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/path_split.gos, feature-testing-examples/path_value.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_free.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/winb_sys_path.gos, feature-testing-examples/write_file_bytes.gos
std::path::split Function experimental examples/file_io.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/path_split.gos, feature-testing-examples/path_value.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_free.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/winb_sys_path.gos, feature-testing-examples/write_file_bytes.gos
std::path::starts_with Function experimental examples/file_io.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/path_split.gos, feature-testing-examples/path_value.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_free.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/winb_sys_path.gos, feature-testing-examples/write_file_bytes.gos
std::path::unique_prefixes Function experimental examples/file_io.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/path_split.gos, feature-testing-examples/path_value.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_free.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/winb_sys_path.gos, feature-testing-examples/write_file_bytes.gos
std::path::walk Function experimental examples/file_io.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/fs_dir_ops.gos, feature-testing-examples/fs_file_positional_io.gos, feature-testing-examples/fs_metadata.gos, feature-testing-examples/fs_permission_modes.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/fs_temp_resources.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/path_split.gos, feature-testing-examples/path_value.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/stdlib_alias_wiring.gos, feature-testing-examples/stdlib_env_portable.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_fs_portable.gos, feature-testing-examples/stdlib_fs_rename.gos, feature-testing-examples/stdlib_path_free.gos, feature-testing-examples/stdlib_path_glob.gos, feature-testing-examples/winb_sys_path.gos, feature-testing-examples/write_file_bytes.gos
std::pprof::block_profile Function experimental feature-testing-examples/pprof_profiles.gos
std::pprof::cpu_profile Function experimental feature-testing-examples/pprof_profiles.gos
std::pprof::execution_trace Function experimental feature-testing-examples/pprof_profiles.gos
std::pprof::goroutine_profile Function experimental feature-testing-examples/pprof_profiles.gos
std::pprof::heap_profile Function experimental feature-testing-examples/pprof_profiles.gos
std::pprof::mutex_profile Function experimental feature-testing-examples/pprof_profiles.gos
std::pprof::route Function experimental feature-testing-examples/pprof_profiles.gos
std::process::Child Type experimental examples/grep.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/process_spawn_piped.gos, feature-testing-examples/stdlib_process.gos, feature-testing-examples/top_level_exit_code.gos
std::process::abort Function experimental examples/grep.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/process_spawn_piped.gos, feature-testing-examples/stdlib_process.gos, feature-testing-examples/top_level_exit_code.gos
std::process::exit Function experimental examples/grep.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/process_spawn_piped.gos, feature-testing-examples/stdlib_process.gos, feature-testing-examples/top_level_exit_code.gos
std::process::id Function experimental examples/grep.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/process_spawn_piped.gos, feature-testing-examples/stdlib_process.gos, feature-testing-examples/top_level_exit_code.gos
std::process::kill Function experimental examples/grep.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/process_spawn_piped.gos, feature-testing-examples/stdlib_process.gos, feature-testing-examples/top_level_exit_code.gos
std::process::kill_group Function experimental examples/grep.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/process_spawn_piped.gos, feature-testing-examples/stdlib_process.gos, feature-testing-examples/top_level_exit_code.gos
std::process::pipeline_run Function experimental examples/grep.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/process_spawn_piped.gos, feature-testing-examples/stdlib_process.gos, feature-testing-examples/top_level_exit_code.gos
std::process::run Function experimental examples/grep.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/process_spawn_piped.gos, feature-testing-examples/stdlib_process.gos, feature-testing-examples/top_level_exit_code.gos
std::process::run_in Function experimental examples/grep.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/process_spawn_piped.gos, feature-testing-examples/stdlib_process.gos, feature-testing-examples/top_level_exit_code.gos
std::process::signal Function experimental examples/grep.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/process_spawn_piped.gos, feature-testing-examples/stdlib_process.gos, feature-testing-examples/top_level_exit_code.gos
std::process::spawn Function experimental examples/grep.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/process_spawn_piped.gos, feature-testing-examples/stdlib_process.gos, feature-testing-examples/top_level_exit_code.gos
std::process::spawn_piped Function experimental examples/grep.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/process_spawn_piped.gos, feature-testing-examples/stdlib_process.gos, feature-testing-examples/top_level_exit_code.gos
std::process::wait_timeout Function experimental examples/grep.gos, feature-testing-examples/process_run_in.gos, feature-testing-examples/process_spawn_piped.gos, feature-testing-examples/stdlib_process.gos, feature-testing-examples/top_level_exit_code.gos
std::regex::Pattern Type experimental examples/regex.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/regex_unicode_categories.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/winb2_regex_find_all_bound.gos, feature-testing-examples/winb_data_regex.gos
std::regex::captures Function experimental examples/regex.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/regex_unicode_categories.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/winb2_regex_find_all_bound.gos, feature-testing-examples/winb_data_regex.gos
std::regex::captures_all Function experimental examples/regex.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/regex_unicode_categories.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/winb2_regex_find_all_bound.gos, feature-testing-examples/winb_data_regex.gos
std::regex::compile Function experimental examples/regex.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/regex_unicode_categories.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/winb2_regex_find_all_bound.gos, feature-testing-examples/winb_data_regex.gos
std::regex::find Function experimental examples/regex.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/regex_unicode_categories.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/winb2_regex_find_all_bound.gos, feature-testing-examples/winb_data_regex.gos
std::regex::find_all Function experimental examples/regex.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/regex_unicode_categories.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/winb2_regex_find_all_bound.gos, feature-testing-examples/winb_data_regex.gos
std::regex::is_match Function experimental examples/regex.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/regex_unicode_categories.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/winb2_regex_find_all_bound.gos, feature-testing-examples/winb_data_regex.gos
std::regex::replace Function experimental examples/regex.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/regex_unicode_categories.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/winb2_regex_find_all_bound.gos, feature-testing-examples/winb_data_regex.gos
std::regex::replace_all Function experimental examples/regex.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/regex_unicode_categories.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/winb2_regex_find_all_bound.gos, feature-testing-examples/winb_data_regex.gos
std::regex::split Function experimental examples/regex.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/regex_unicode_categories.gos, feature-testing-examples/stdlib_compiled_wiring.gos, feature-testing-examples/winb2_regex_find_all_bound.gos, feature-testing-examples/winb_data_regex.gos
std::result::and_then Function experimental feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/result_default.gos, feature-testing-examples/winb_coll_optres.gos
std::result::err Function experimental feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/result_default.gos, feature-testing-examples/winb_coll_optres.gos
std::result::is_err Function experimental feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/result_default.gos, feature-testing-examples/winb_coll_optres.gos
std::result::is_ok Function experimental feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/result_default.gos, feature-testing-examples/winb_coll_optres.gos
std::result::map Function experimental feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/result_default.gos, feature-testing-examples/winb_coll_optres.gos
std::result::map_err Function experimental feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/result_default.gos, feature-testing-examples/winb_coll_optres.gos
std::result::ok Function experimental feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/result_default.gos, feature-testing-examples/winb_coll_optres.gos
std::result::or_else Function experimental feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/result_default.gos, feature-testing-examples/winb_coll_optres.gos
std::result::unwrap_or Function experimental feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/result_default.gos, feature-testing-examples/winb_coll_optres.gos
std::result::unwrap_or_else Function experimental feature-testing-examples/callable_carrier_return.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/combinator_sweep.gos, feature-testing-examples/result_default.gos, feature-testing-examples/winb_coll_optres.gos
std::runtime::arena_pop Function experimental feature-testing-examples/arena_regions.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_enumeration.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/cycle_collector.gos, feature-testing-examples/cycle_reclaim.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/weak_into_strong_cycle.gos
std::runtime::arena_push Function experimental feature-testing-examples/arena_regions.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_enumeration.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/cycle_collector.gos, feature-testing-examples/cycle_reclaim.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/weak_into_strong_cycle.gos
std::runtime::cohort_cancel Function experimental feature-testing-examples/arena_regions.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_enumeration.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/cycle_collector.gos, feature-testing-examples/cycle_reclaim.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/weak_into_strong_cycle.gos
std::runtime::cohort_cancelled Function experimental feature-testing-examples/arena_regions.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_enumeration.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/cycle_collector.gos, feature-testing-examples/cycle_reclaim.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/weak_into_strong_cycle.gos
std::runtime::cohort_join Function experimental feature-testing-examples/arena_regions.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_enumeration.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/cycle_collector.gos, feature-testing-examples/cycle_reclaim.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/weak_into_strong_cycle.gos
std::runtime::cohort_pop Function experimental feature-testing-examples/arena_regions.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_enumeration.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/cycle_collector.gos, feature-testing-examples/cycle_reclaim.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/weak_into_strong_cycle.gos
std::runtime::cohort_push Function experimental feature-testing-examples/arena_regions.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_enumeration.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/cycle_collector.gos, feature-testing-examples/cycle_reclaim.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/weak_into_strong_cycle.gos
std::runtime::cohorts Function experimental feature-testing-examples/arena_regions.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_enumeration.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/cycle_collector.gos, feature-testing-examples/cycle_reclaim.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/weak_into_strong_cycle.gos
std::runtime::collect_cycles Function experimental feature-testing-examples/arena_regions.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_enumeration.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/cycle_collector.gos, feature-testing-examples/cycle_reclaim.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/weak_into_strong_cycle.gos
std::runtime::cycle_collection_supported Function experimental feature-testing-examples/arena_regions.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_enumeration.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/cycle_collector.gos, feature-testing-examples/cycle_reclaim.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/weak_into_strong_cycle.gos
std::runtime::root Function experimental feature-testing-examples/arena_regions.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_enumeration.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/cycle_collector.gos, feature-testing-examples/cycle_reclaim.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/weak_into_strong_cycle.gos
std::runtime::scheduler_stats_json Function experimental feature-testing-examples/arena_regions.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_enumeration.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/cycle_collector.gos, feature-testing-examples/cycle_reclaim.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/weak_into_strong_cycle.gos
std::runtime::set_panic_hook Function experimental feature-testing-examples/arena_regions.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_enumeration.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/cycle_collector.gos, feature-testing-examples/cycle_reclaim.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/weak_into_strong_cycle.gos
std::slog::Field Type experimental feature-testing-examples/stdlib_slog.gos
std::slog::JsonHandler Type experimental feature-testing-examples/stdlib_slog.gos
std::slog::Logger Type experimental feature-testing-examples/stdlib_slog.gos
std::slog::TextHandler Type experimental feature-testing-examples/stdlib_slog.gos
std::slog::debug Function experimental feature-testing-examples/stdlib_slog.gos
std::slog::error Function experimental feature-testing-examples/stdlib_slog.gos
std::slog::info Function experimental feature-testing-examples/stdlib_slog.gos
std::slog::warn Function experimental feature-testing-examples/stdlib_slog.gos
std::sort::binary_search Function experimental feature-testing-examples/for_over_free_call.gos, feature-testing-examples/stdlib_sort_module.gos
std::sort::partition_point Function experimental feature-testing-examples/for_over_free_call.gos, feature-testing-examples/stdlib_sort_module.gos
std::sort::sort_stable Function experimental feature-testing-examples/for_over_free_call.gos, feature-testing-examples/stdlib_sort_module.gos
std::strconv::format_f64 Function experimental feature-testing-examples/strconv_radix_quote.gos, feature-testing-examples/struct_copy_reclaim.gos, feature-testing-examples/winb2_parse_u64.gos, feature-testing-examples/winb_text_strconv.gos
std::strconv::format_i64 Function experimental feature-testing-examples/strconv_radix_quote.gos, feature-testing-examples/struct_copy_reclaim.gos, feature-testing-examples/winb2_parse_u64.gos, feature-testing-examples/winb_text_strconv.gos
std::strconv::format_i64_radix Function experimental feature-testing-examples/strconv_radix_quote.gos, feature-testing-examples/struct_copy_reclaim.gos, feature-testing-examples/winb2_parse_u64.gos, feature-testing-examples/winb_text_strconv.gos
std::strconv::parse_bool Function experimental feature-testing-examples/strconv_radix_quote.gos, feature-testing-examples/struct_copy_reclaim.gos, feature-testing-examples/winb2_parse_u64.gos, feature-testing-examples/winb_text_strconv.gos
std::strconv::parse_f64 Function experimental feature-testing-examples/strconv_radix_quote.gos, feature-testing-examples/struct_copy_reclaim.gos, feature-testing-examples/winb2_parse_u64.gos, feature-testing-examples/winb_text_strconv.gos
std::strconv::parse_i64 Function experimental feature-testing-examples/strconv_radix_quote.gos, feature-testing-examples/struct_copy_reclaim.gos, feature-testing-examples/winb2_parse_u64.gos, feature-testing-examples/winb_text_strconv.gos
std::strconv::parse_i64_radix Function experimental feature-testing-examples/strconv_radix_quote.gos, feature-testing-examples/struct_copy_reclaim.gos, feature-testing-examples/winb2_parse_u64.gos, feature-testing-examples/winb_text_strconv.gos
std::strconv::parse_u64 Function experimental feature-testing-examples/strconv_radix_quote.gos, feature-testing-examples/struct_copy_reclaim.gos, feature-testing-examples/winb2_parse_u64.gos, feature-testing-examples/winb_text_strconv.gos
std::strconv::quote Function experimental feature-testing-examples/strconv_radix_quote.gos, feature-testing-examples/struct_copy_reclaim.gos, feature-testing-examples/winb2_parse_u64.gos, feature-testing-examples/winb_text_strconv.gos
std::strconv::unquote Function experimental feature-testing-examples/strconv_radix_quote.gos, feature-testing-examples/struct_copy_reclaim.gos, feature-testing-examples/winb2_parse_u64.gos, feature-testing-examples/winb_text_strconv.gos
std::strings::byte_at Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::byte_len Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::bytes Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::center Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::chars Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::contains Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::contains_any Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::count Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::ends_with Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::equal_fold Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::find Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::find_any Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::join Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::lines Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::pad_left Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::pad_right Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::repeat Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::replace Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::replacen Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::rfind Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::rfind_any Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::rsplit_once Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::slice Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::split Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::split_once Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::split_whitespace Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::splitn Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::starts_with Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::strip_prefix Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::strip_suffix Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::substring Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::to_bool Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::to_f64 Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::to_i64 Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::to_lowercase Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::to_title Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::to_uppercase Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::trim Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::trim_end Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::trim_end_matches Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::trim_matches Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::trim_start Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::strings::trim_start_matches Function experimental feature-testing-examples/callback_shorthands.gos, feature-testing-examples/closure_payload_typing.gos, feature-testing-examples/early_break_materializers.gos, feature-testing-examples/encoding_xml.gos, feature-testing-examples/enum_transform_jit.gos, feature-testing-examples/fast_string_path_scan.gos, feature-testing-examples/for_over_free_call.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/method_dispatch_collisions.gos, feature-testing-examples/metrics_observability.gos, feature-testing-examples/misc_class_a.gos, feature-testing-examples/nul_in_strings.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/range_non_i64.gos, feature-testing-examples/stdlib_expansion.gos, feature-testing-examples/stdlib_strings_free.gos, feature-testing-examples/trace_observability.gos, feature-testing-examples/winb_text_strings.gos
std::sync::AtomicBool Type experimental examples/concurrency.gos, feature-testing-examples/atomic_bool.gos, feature-testing-examples/bounded_channel.gos, feature-testing-examples/chan_select_struct_payload.gos, feature-testing-examples/chan_struct_local_recv.gos, feature-testing-examples/chan_struct_payload.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_progress_not_deadlock.gos, feature-testing-examples/channel_semantics_conformance.gos, feature-testing-examples/closure_goroutine.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/concurrency_stress_shapes.gos, feature-testing-examples/concurrent_atomic.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/contextual_keywords.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/scheduler_drain.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/spawn_operand_order.gos, feature-testing-examples/sync_extra.gos, feature-testing-examples/sync_map_demo.gos, feature-testing-examples/sync_rwlock.gos, feature-testing-examples/tw_go_block.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/waitgroup_many_waiters.gos
std::sync::AtomicI32 Type experimental examples/concurrency.gos, feature-testing-examples/atomic_bool.gos, feature-testing-examples/bounded_channel.gos, feature-testing-examples/chan_select_struct_payload.gos, feature-testing-examples/chan_struct_local_recv.gos, feature-testing-examples/chan_struct_payload.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_progress_not_deadlock.gos, feature-testing-examples/channel_semantics_conformance.gos, feature-testing-examples/closure_goroutine.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/concurrency_stress_shapes.gos, feature-testing-examples/concurrent_atomic.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/contextual_keywords.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/scheduler_drain.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/spawn_operand_order.gos, feature-testing-examples/sync_extra.gos, feature-testing-examples/sync_map_demo.gos, feature-testing-examples/sync_rwlock.gos, feature-testing-examples/tw_go_block.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/waitgroup_many_waiters.gos
std::sync::AtomicI64 Type experimental examples/concurrency.gos, feature-testing-examples/atomic_bool.gos, feature-testing-examples/bounded_channel.gos, feature-testing-examples/chan_select_struct_payload.gos, feature-testing-examples/chan_struct_local_recv.gos, feature-testing-examples/chan_struct_payload.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_progress_not_deadlock.gos, feature-testing-examples/channel_semantics_conformance.gos, feature-testing-examples/closure_goroutine.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/concurrency_stress_shapes.gos, feature-testing-examples/concurrent_atomic.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/contextual_keywords.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/scheduler_drain.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/spawn_operand_order.gos, feature-testing-examples/sync_extra.gos, feature-testing-examples/sync_map_demo.gos, feature-testing-examples/sync_rwlock.gos, feature-testing-examples/tw_go_block.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/waitgroup_many_waiters.gos
std::sync::AtomicU64 Type experimental examples/concurrency.gos, feature-testing-examples/atomic_bool.gos, feature-testing-examples/bounded_channel.gos, feature-testing-examples/chan_select_struct_payload.gos, feature-testing-examples/chan_struct_local_recv.gos, feature-testing-examples/chan_struct_payload.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_progress_not_deadlock.gos, feature-testing-examples/channel_semantics_conformance.gos, feature-testing-examples/closure_goroutine.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/concurrency_stress_shapes.gos, feature-testing-examples/concurrent_atomic.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/contextual_keywords.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/scheduler_drain.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/spawn_operand_order.gos, feature-testing-examples/sync_extra.gos, feature-testing-examples/sync_map_demo.gos, feature-testing-examples/sync_rwlock.gos, feature-testing-examples/tw_go_block.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/waitgroup_many_waiters.gos
std::sync::Barrier Type experimental examples/concurrency.gos, feature-testing-examples/atomic_bool.gos, feature-testing-examples/bounded_channel.gos, feature-testing-examples/chan_select_struct_payload.gos, feature-testing-examples/chan_struct_local_recv.gos, feature-testing-examples/chan_struct_payload.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_progress_not_deadlock.gos, feature-testing-examples/channel_semantics_conformance.gos, feature-testing-examples/closure_goroutine.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/concurrency_stress_shapes.gos, feature-testing-examples/concurrent_atomic.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/contextual_keywords.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/scheduler_drain.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/spawn_operand_order.gos, feature-testing-examples/sync_extra.gos, feature-testing-examples/sync_map_demo.gos, feature-testing-examples/sync_rwlock.gos, feature-testing-examples/tw_go_block.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/waitgroup_many_waiters.gos
std::sync::Channel Type experimental examples/concurrency.gos, feature-testing-examples/atomic_bool.gos, feature-testing-examples/bounded_channel.gos, feature-testing-examples/chan_select_struct_payload.gos, feature-testing-examples/chan_struct_local_recv.gos, feature-testing-examples/chan_struct_payload.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_progress_not_deadlock.gos, feature-testing-examples/channel_semantics_conformance.gos, feature-testing-examples/closure_goroutine.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/concurrency_stress_shapes.gos, feature-testing-examples/concurrent_atomic.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/contextual_keywords.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/scheduler_drain.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/spawn_operand_order.gos, feature-testing-examples/sync_extra.gos, feature-testing-examples/sync_map_demo.gos, feature-testing-examples/sync_rwlock.gos, feature-testing-examples/tw_go_block.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/waitgroup_many_waiters.gos
std::sync::Map Type experimental examples/concurrency.gos, feature-testing-examples/atomic_bool.gos, feature-testing-examples/bounded_channel.gos, feature-testing-examples/chan_select_struct_payload.gos, feature-testing-examples/chan_struct_local_recv.gos, feature-testing-examples/chan_struct_payload.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_progress_not_deadlock.gos, feature-testing-examples/channel_semantics_conformance.gos, feature-testing-examples/closure_goroutine.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/concurrency_stress_shapes.gos, feature-testing-examples/concurrent_atomic.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/contextual_keywords.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/scheduler_drain.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/spawn_operand_order.gos, feature-testing-examples/sync_extra.gos, feature-testing-examples/sync_map_demo.gos, feature-testing-examples/sync_rwlock.gos, feature-testing-examples/tw_go_block.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/waitgroup_many_waiters.gos
std::sync::Mutex Type experimental examples/concurrency.gos, feature-testing-examples/atomic_bool.gos, feature-testing-examples/bounded_channel.gos, feature-testing-examples/chan_select_struct_payload.gos, feature-testing-examples/chan_struct_local_recv.gos, feature-testing-examples/chan_struct_payload.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_progress_not_deadlock.gos, feature-testing-examples/channel_semantics_conformance.gos, feature-testing-examples/closure_goroutine.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/concurrency_stress_shapes.gos, feature-testing-examples/concurrent_atomic.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/contextual_keywords.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/scheduler_drain.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/spawn_operand_order.gos, feature-testing-examples/sync_extra.gos, feature-testing-examples/sync_map_demo.gos, feature-testing-examples/sync_rwlock.gos, feature-testing-examples/tw_go_block.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/waitgroup_many_waiters.gos
std::sync::Once Type experimental examples/concurrency.gos, feature-testing-examples/atomic_bool.gos, feature-testing-examples/bounded_channel.gos, feature-testing-examples/chan_select_struct_payload.gos, feature-testing-examples/chan_struct_local_recv.gos, feature-testing-examples/chan_struct_payload.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_progress_not_deadlock.gos, feature-testing-examples/channel_semantics_conformance.gos, feature-testing-examples/closure_goroutine.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/concurrency_stress_shapes.gos, feature-testing-examples/concurrent_atomic.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/contextual_keywords.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/scheduler_drain.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/spawn_operand_order.gos, feature-testing-examples/sync_extra.gos, feature-testing-examples/sync_map_demo.gos, feature-testing-examples/sync_rwlock.gos, feature-testing-examples/tw_go_block.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/waitgroup_many_waiters.gos
std::sync::RwLock Type experimental examples/concurrency.gos, feature-testing-examples/atomic_bool.gos, feature-testing-examples/bounded_channel.gos, feature-testing-examples/chan_select_struct_payload.gos, feature-testing-examples/chan_struct_local_recv.gos, feature-testing-examples/chan_struct_payload.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_progress_not_deadlock.gos, feature-testing-examples/channel_semantics_conformance.gos, feature-testing-examples/closure_goroutine.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/concurrency_stress_shapes.gos, feature-testing-examples/concurrent_atomic.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/contextual_keywords.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/scheduler_drain.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/spawn_operand_order.gos, feature-testing-examples/sync_extra.gos, feature-testing-examples/sync_map_demo.gos, feature-testing-examples/sync_rwlock.gos, feature-testing-examples/tw_go_block.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/waitgroup_many_waiters.gos
std::sync::Shared Type experimental examples/concurrency.gos, feature-testing-examples/atomic_bool.gos, feature-testing-examples/bounded_channel.gos, feature-testing-examples/chan_select_struct_payload.gos, feature-testing-examples/chan_struct_local_recv.gos, feature-testing-examples/chan_struct_payload.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_progress_not_deadlock.gos, feature-testing-examples/channel_semantics_conformance.gos, feature-testing-examples/closure_goroutine.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/concurrency_stress_shapes.gos, feature-testing-examples/concurrent_atomic.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/contextual_keywords.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/scheduler_drain.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/spawn_operand_order.gos, feature-testing-examples/sync_extra.gos, feature-testing-examples/sync_map_demo.gos, feature-testing-examples/sync_rwlock.gos, feature-testing-examples/tw_go_block.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/waitgroup_many_waiters.gos
std::sync::WaitGroup Type experimental examples/concurrency.gos, feature-testing-examples/atomic_bool.gos, feature-testing-examples/bounded_channel.gos, feature-testing-examples/chan_select_struct_payload.gos, feature-testing-examples/chan_struct_local_recv.gos, feature-testing-examples/chan_struct_payload.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_progress_not_deadlock.gos, feature-testing-examples/channel_semantics_conformance.gos, feature-testing-examples/closure_goroutine.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/concurrency_stress_shapes.gos, feature-testing-examples/concurrent_atomic.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/contextual_keywords.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/scheduler_drain.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/spawn_operand_order.gos, feature-testing-examples/sync_extra.gos, feature-testing-examples/sync_map_demo.gos, feature-testing-examples/sync_rwlock.gos, feature-testing-examples/tw_go_block.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/waitgroup_many_waiters.gos
std::sync::channel Function experimental examples/concurrency.gos, feature-testing-examples/atomic_bool.gos, feature-testing-examples/bounded_channel.gos, feature-testing-examples/chan_select_struct_payload.gos, feature-testing-examples/chan_struct_local_recv.gos, feature-testing-examples/chan_struct_payload.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_progress_not_deadlock.gos, feature-testing-examples/channel_semantics_conformance.gos, feature-testing-examples/closure_goroutine.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/concurrency_stress_shapes.gos, feature-testing-examples/concurrent_atomic.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/contextual_keywords.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/scheduler_drain.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/spawn_operand_order.gos, feature-testing-examples/sync_extra.gos, feature-testing-examples/sync_map_demo.gos, feature-testing-examples/sync_rwlock.gos, feature-testing-examples/tw_go_block.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/waitgroup_many_waiters.gos
std::sync::channel_unbounded Function experimental examples/concurrency.gos, feature-testing-examples/atomic_bool.gos, feature-testing-examples/bounded_channel.gos, feature-testing-examples/chan_select_struct_payload.gos, feature-testing-examples/chan_struct_local_recv.gos, feature-testing-examples/chan_struct_payload.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_progress_not_deadlock.gos, feature-testing-examples/channel_semantics_conformance.gos, feature-testing-examples/closure_goroutine.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/concurrency_stress_shapes.gos, feature-testing-examples/concurrent_atomic.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/contextual_keywords.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/scheduler_drain.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/spawn_operand_order.gos, feature-testing-examples/sync_extra.gos, feature-testing-examples/sync_map_demo.gos, feature-testing-examples/sync_rwlock.gos, feature-testing-examples/tw_go_block.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/waitgroup_many_waiters.gos
std::sync::shield Function experimental examples/concurrency.gos, feature-testing-examples/atomic_bool.gos, feature-testing-examples/bounded_channel.gos, feature-testing-examples/chan_select_struct_payload.gos, feature-testing-examples/chan_struct_local_recv.gos, feature-testing-examples/chan_struct_payload.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_progress_not_deadlock.gos, feature-testing-examples/channel_semantics_conformance.gos, feature-testing-examples/closure_goroutine.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/concurrency_stress_shapes.gos, feature-testing-examples/concurrent_atomic.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/contextual_keywords.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/scheduler_drain.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/spawn_operand_order.gos, feature-testing-examples/sync_extra.gos, feature-testing-examples/sync_map_demo.gos, feature-testing-examples/sync_rwlock.gos, feature-testing-examples/tw_go_block.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/waitgroup_many_waiters.gos
std::sync::with_timeout Function experimental examples/concurrency.gos, feature-testing-examples/atomic_bool.gos, feature-testing-examples/bounded_channel.gos, feature-testing-examples/chan_select_struct_payload.gos, feature-testing-examples/chan_struct_local_recv.gos, feature-testing-examples/chan_struct_payload.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_progress_not_deadlock.gos, feature-testing-examples/channel_semantics_conformance.gos, feature-testing-examples/closure_goroutine.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/concurrency_stress_shapes.gos, feature-testing-examples/concurrent_atomic.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/context_lifecycle.gos, feature-testing-examples/contextual_keywords.gos, feature-testing-examples/cycle_shared_goroutines.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_deque_handle.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/goroutine_set_handle.gos, feature-testing-examples/goroutine_shared_map.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_smtp_send.gos, feature-testing-examples/net_tcp_echo.gos, feature-testing-examples/net_tls_client.gos, feature-testing-examples/net_tls_client_modes.gos, feature-testing-examples/net_unix_echo.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/scheduler_drain.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/shared_across_goroutines.gos, feature-testing-examples/spawn_operand_order.gos, feature-testing-examples/sync_extra.gos, feature-testing-examples/sync_map_demo.gos, feature-testing-examples/sync_rwlock.gos, feature-testing-examples/tw_go_block.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/waitgroup_many_waiters.gos
std::testing::Runner Type experimental examples/defer_cleanup.gos, examples/derive.gos, examples/testing.gos, examples/tuples.gos, feature-testing-examples/array_bounds_probe.gos, feature-testing-examples/array_literal_vec_methods.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/closure_capture_mutation.gos, feature-testing-examples/closure_lifetime_inference.gos, feature-testing-examples/defer_unwind_order.gos, feature-testing-examples/derive_traits.gos, feature-testing-examples/doc_test_vs_unit_test_drift.gos, feature-testing-examples/error_chain_inspection.gos, feature-testing-examples/error_question_mark_propagation.gos, feature-testing-examples/float_cast_drift.gos, feature-testing-examples/for_lazy_iterator_source.gos, feature-testing-examples/format_precision_padding.gos, feature-testing-examples/format_spec.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/generic_function_monomorphization.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/hashmap_counter_race.gos, feature-testing-examples/hashset_algebra.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/iterator_loop_sources.gos, feature-testing-examples/iterator_param_argument.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/let_else_binding.gos, feature-testing-examples/literal_forms.gos, feature-testing-examples/loop_continue.gos, feature-testing-examples/match_or_patterns.gos, feature-testing-examples/method_dispatch_collision.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/numeric_conversion_matrix.gos, feature-testing-examples/option_unwrap_chain.gos, feature-testing-examples/or_patterns.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_recover_round_trip.gos, feature-testing-examples/pattern_match_exhaustiveness.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/pipe_operator_precedence.gos, feature-testing-examples/process_spawn_pipe.gos, feature-testing-examples/recursive_enum_walk.gos, feature-testing-examples/reference_alias_mutation.gos, feature-testing-examples/regex_unicode_categories.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_ctx_cancel.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/slice_subslicing.gos, feature-testing-examples/sort_with_closure.gos, feature-testing-examples/spawn_join.gos, feature-testing-examples/static_items.gos, feature-testing-examples/strconv_radix_quote.gos, feature-testing-examples/string_char_needle.gos, feature-testing-examples/string_concatenation_stress.gos, feature-testing-examples/string_match_patterns.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/string_unicode_boundaries.gos, feature-testing-examples/struct_map_keys.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/tuple_destructuring_loop.gos, feature-testing-examples/tuple_surface.gos, feature-testing-examples/variable_shadowing_ladder.gos
std::testing::check Function experimental examples/defer_cleanup.gos, examples/derive.gos, examples/testing.gos, examples/tuples.gos, feature-testing-examples/array_bounds_probe.gos, feature-testing-examples/array_literal_vec_methods.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/closure_capture_mutation.gos, feature-testing-examples/closure_lifetime_inference.gos, feature-testing-examples/defer_unwind_order.gos, feature-testing-examples/derive_traits.gos, feature-testing-examples/doc_test_vs_unit_test_drift.gos, feature-testing-examples/error_chain_inspection.gos, feature-testing-examples/error_question_mark_propagation.gos, feature-testing-examples/float_cast_drift.gos, feature-testing-examples/for_lazy_iterator_source.gos, feature-testing-examples/format_precision_padding.gos, feature-testing-examples/format_spec.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/generic_function_monomorphization.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/hashmap_counter_race.gos, feature-testing-examples/hashset_algebra.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/iterator_loop_sources.gos, feature-testing-examples/iterator_param_argument.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/let_else_binding.gos, feature-testing-examples/literal_forms.gos, feature-testing-examples/loop_continue.gos, feature-testing-examples/match_or_patterns.gos, feature-testing-examples/method_dispatch_collision.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/numeric_conversion_matrix.gos, feature-testing-examples/option_unwrap_chain.gos, feature-testing-examples/or_patterns.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_recover_round_trip.gos, feature-testing-examples/pattern_match_exhaustiveness.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/pipe_operator_precedence.gos, feature-testing-examples/process_spawn_pipe.gos, feature-testing-examples/recursive_enum_walk.gos, feature-testing-examples/reference_alias_mutation.gos, feature-testing-examples/regex_unicode_categories.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_ctx_cancel.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/slice_subslicing.gos, feature-testing-examples/sort_with_closure.gos, feature-testing-examples/spawn_join.gos, feature-testing-examples/static_items.gos, feature-testing-examples/strconv_radix_quote.gos, feature-testing-examples/string_char_needle.gos, feature-testing-examples/string_concatenation_stress.gos, feature-testing-examples/string_match_patterns.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/string_unicode_boundaries.gos, feature-testing-examples/struct_map_keys.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/tuple_destructuring_loop.gos, feature-testing-examples/tuple_surface.gos, feature-testing-examples/variable_shadowing_ladder.gos
std::testing::check_eq Function experimental examples/defer_cleanup.gos, examples/derive.gos, examples/testing.gos, examples/tuples.gos, feature-testing-examples/array_bounds_probe.gos, feature-testing-examples/array_literal_vec_methods.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/closure_capture_mutation.gos, feature-testing-examples/closure_lifetime_inference.gos, feature-testing-examples/defer_unwind_order.gos, feature-testing-examples/derive_traits.gos, feature-testing-examples/doc_test_vs_unit_test_drift.gos, feature-testing-examples/error_chain_inspection.gos, feature-testing-examples/error_question_mark_propagation.gos, feature-testing-examples/float_cast_drift.gos, feature-testing-examples/for_lazy_iterator_source.gos, feature-testing-examples/format_precision_padding.gos, feature-testing-examples/format_spec.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/generic_function_monomorphization.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/hashmap_counter_race.gos, feature-testing-examples/hashset_algebra.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/iterator_loop_sources.gos, feature-testing-examples/iterator_param_argument.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/let_else_binding.gos, feature-testing-examples/literal_forms.gos, feature-testing-examples/loop_continue.gos, feature-testing-examples/match_or_patterns.gos, feature-testing-examples/method_dispatch_collision.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/numeric_conversion_matrix.gos, feature-testing-examples/option_unwrap_chain.gos, feature-testing-examples/or_patterns.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_recover_round_trip.gos, feature-testing-examples/pattern_match_exhaustiveness.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/pipe_operator_precedence.gos, feature-testing-examples/process_spawn_pipe.gos, feature-testing-examples/recursive_enum_walk.gos, feature-testing-examples/reference_alias_mutation.gos, feature-testing-examples/regex_unicode_categories.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_ctx_cancel.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/slice_subslicing.gos, feature-testing-examples/sort_with_closure.gos, feature-testing-examples/spawn_join.gos, feature-testing-examples/static_items.gos, feature-testing-examples/strconv_radix_quote.gos, feature-testing-examples/string_char_needle.gos, feature-testing-examples/string_concatenation_stress.gos, feature-testing-examples/string_match_patterns.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/string_unicode_boundaries.gos, feature-testing-examples/struct_map_keys.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/tuple_destructuring_loop.gos, feature-testing-examples/tuple_surface.gos, feature-testing-examples/variable_shadowing_ladder.gos
std::testing::check_ok Function experimental examples/defer_cleanup.gos, examples/derive.gos, examples/testing.gos, examples/tuples.gos, feature-testing-examples/array_bounds_probe.gos, feature-testing-examples/array_literal_vec_methods.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/closure_capture_mutation.gos, feature-testing-examples/closure_lifetime_inference.gos, feature-testing-examples/defer_unwind_order.gos, feature-testing-examples/derive_traits.gos, feature-testing-examples/doc_test_vs_unit_test_drift.gos, feature-testing-examples/error_chain_inspection.gos, feature-testing-examples/error_question_mark_propagation.gos, feature-testing-examples/float_cast_drift.gos, feature-testing-examples/for_lazy_iterator_source.gos, feature-testing-examples/format_precision_padding.gos, feature-testing-examples/format_spec.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/generic_function_monomorphization.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/hashmap_counter_race.gos, feature-testing-examples/hashset_algebra.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/iterator_loop_sources.gos, feature-testing-examples/iterator_param_argument.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/let_else_binding.gos, feature-testing-examples/literal_forms.gos, feature-testing-examples/loop_continue.gos, feature-testing-examples/match_or_patterns.gos, feature-testing-examples/method_dispatch_collision.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/numeric_conversion_matrix.gos, feature-testing-examples/option_unwrap_chain.gos, feature-testing-examples/or_patterns.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_recover_round_trip.gos, feature-testing-examples/pattern_match_exhaustiveness.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/pipe_operator_precedence.gos, feature-testing-examples/process_spawn_pipe.gos, feature-testing-examples/recursive_enum_walk.gos, feature-testing-examples/reference_alias_mutation.gos, feature-testing-examples/regex_unicode_categories.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_ctx_cancel.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/slice_subslicing.gos, feature-testing-examples/sort_with_closure.gos, feature-testing-examples/spawn_join.gos, feature-testing-examples/static_items.gos, feature-testing-examples/strconv_radix_quote.gos, feature-testing-examples/string_char_needle.gos, feature-testing-examples/string_concatenation_stress.gos, feature-testing-examples/string_match_patterns.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/string_unicode_boundaries.gos, feature-testing-examples/struct_map_keys.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/tuple_destructuring_loop.gos, feature-testing-examples/tuple_surface.gos, feature-testing-examples/variable_shadowing_ladder.gos
std::testing::wait_for_scheduler_idle Function experimental examples/defer_cleanup.gos, examples/derive.gos, examples/testing.gos, examples/tuples.gos, feature-testing-examples/array_bounds_probe.gos, feature-testing-examples/array_literal_vec_methods.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/closure_capture_mutation.gos, feature-testing-examples/closure_lifetime_inference.gos, feature-testing-examples/defer_unwind_order.gos, feature-testing-examples/derive_traits.gos, feature-testing-examples/doc_test_vs_unit_test_drift.gos, feature-testing-examples/error_chain_inspection.gos, feature-testing-examples/error_question_mark_propagation.gos, feature-testing-examples/float_cast_drift.gos, feature-testing-examples/for_lazy_iterator_source.gos, feature-testing-examples/format_precision_padding.gos, feature-testing-examples/format_spec.gos, feature-testing-examples/fs_temp_file_lifecycle.gos, feature-testing-examples/generic_function_monomorphization.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/hashmap_counter_race.gos, feature-testing-examples/hashset_algebra.gos, feature-testing-examples/iter_pipeline_fusion.gos, feature-testing-examples/iterator_loop_sources.gos, feature-testing-examples/iterator_param_argument.gos, feature-testing-examples/json_round_trip_fuzz.gos, feature-testing-examples/let_else_binding.gos, feature-testing-examples/literal_forms.gos, feature-testing-examples/loop_continue.gos, feature-testing-examples/match_or_patterns.gos, feature-testing-examples/method_dispatch_collision.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/numeric_conversion_matrix.gos, feature-testing-examples/option_unwrap_chain.gos, feature-testing-examples/or_patterns.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_recover_round_trip.gos, feature-testing-examples/pattern_match_exhaustiveness.gos, feature-testing-examples/pipe_closure_step.gos, feature-testing-examples/pipe_operator_precedence.gos, feature-testing-examples/process_spawn_pipe.gos, feature-testing-examples/recursive_enum_walk.gos, feature-testing-examples/reference_alias_mutation.gos, feature-testing-examples/regex_unicode_categories.gos, feature-testing-examples/select_closed_chan_ready.gos, feature-testing-examples/select_ctx_cancel.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/select_multiplex.gos, feature-testing-examples/slice_subslicing.gos, feature-testing-examples/sort_with_closure.gos, feature-testing-examples/spawn_join.gos, feature-testing-examples/static_items.gos, feature-testing-examples/strconv_radix_quote.gos, feature-testing-examples/string_char_needle.gos, feature-testing-examples/string_concatenation_stress.gos, feature-testing-examples/string_match_patterns.gos, feature-testing-examples/string_method_surface.gos, feature-testing-examples/string_unicode_boundaries.gos, feature-testing-examples/struct_map_keys.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/trait_object_dispatch.gos, feature-testing-examples/tuple_destructuring_loop.gos, feature-testing-examples/tuple_surface.gos, feature-testing-examples/variable_shadowing_ladder.gos
std::thread::num_cpus Function experimental feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_thread_yield.gos
std::thread::yield_now Function experimental feature-testing-examples/misc_class_a.gos, feature-testing-examples/stdlib_thread_yield.gos
std::time::CivilResolution Type experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::CivilTime Type experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::Duration Type experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::Instant Type experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::Location Type experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::SystemTime Type experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::add_date Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::advance Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::after Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::format_in Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::format_rfc3339 Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::freeze Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::is_frozen Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::monotonic_ms Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::monotonic_nanos Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::now Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::now_ms Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::now_nanos Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::parse_rfc3339 Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::since_ms Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::sleep Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::sleep_ctx Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::unfreeze Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::time::unix_ms Function experimental examples/sleep_demo.gos, examples/structured_concurrency.gos, feature-testing-examples/channel_close_drain.gos, feature-testing-examples/channel_fan_in.gos, feature-testing-examples/channel_timers.gos, feature-testing-examples/cohort_cancel.gos, feature-testing-examples/cohort_drain_deadline.gos, feature-testing-examples/cohort_library_combinators.gos, feature-testing-examples/context_aware_waits.gos, feature-testing-examples/duration_methods.gos, feature-testing-examples/flag_cell_duration.gos, feature-testing-examples/go_stdlib_spawn.gos, feature-testing-examples/goroutine_panic_isolation.gos, feature-testing-examples/httptest_record_and_clock.gos, feature-testing-examples/instant_methods.gos, feature-testing-examples/mut_ref_container_params.gos, feature-testing-examples/mutex_poison_recovery.gos, feature-testing-examples/mutex_vs_channel_counter.gos, feature-testing-examples/net_tcp_read_deadline.gos, feature-testing-examples/os_signal_handler.gos, feature-testing-examples/panic_hook.gos, feature-testing-examples/select_default_timing.gos, feature-testing-examples/stdlib_time_free.gos, feature-testing-examples/stdlib_time_methods.gos, feature-testing-examples/time_civil.gos, feature-testing-examples/time_monotonic_vs_wall.gos, feature-testing-examples/time_param_dispatch.gos, feature-testing-examples/unit_main_goroutine_drain.gos, feature-testing-examples/winb_sys_time.gos
std::trace::EndedSpan Type experimental feature-testing-examples/trace_observability.gos
std::trace::Span Type experimental feature-testing-examples/trace_observability.gos
std::trace::SpanContext Type experimental feature-testing-examples/trace_observability.gos
std::trace::SpanGuard Type experimental feature-testing-examples/trace_observability.gos
std::trace::SpanId Type experimental feature-testing-examples/trace_observability.gos
std::trace::SpanStatus Type experimental feature-testing-examples/trace_observability.gos
std::trace::TraceId Type experimental feature-testing-examples/trace_observability.gos
std::trace::Tracer Type experimental feature-testing-examples/trace_observability.gos
std::unicode::combining_class Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::fold_case Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::grapheme_count Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::graphemes Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_assigned Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_control Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_digit Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_graphic Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_letter Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_lower Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_mark Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_nfc Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_nfd Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_nfkc Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_nfkd Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_number Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_print Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_punct Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_space Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_symbol Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_title Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::is_upper Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::nfc Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::nfd Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::nfkc Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::nfkd Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::sentence_count Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::sentences Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::simple_fold Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::to_lower Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::to_lower_str Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::to_title Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::to_upper Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::to_upper_str Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::word_bounds Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::word_count Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::unicode::words Function experimental feature-testing-examples/stdlib_unicode_norm.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_unicode.gos
std::utf16::decode_surrogate_pair Function experimental not item-audited
std::utf16::decode_to_string Function experimental not item-audited
std::utf16::encode_string Function experimental not item-audited
std::utf16::is_surrogate Function experimental not item-audited
std::utf16::rune_len Function experimental not item-audited
std::utf8::append_rune Function experimental feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/stdlib_text_codec.gos, feature-testing-examples/string_len_bytes.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_utf8.gos
std::utf8::decode_last_rune Function experimental feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/stdlib_text_codec.gos, feature-testing-examples/string_len_bytes.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_utf8.gos
std::utf8::decode_last_rune_in_string Function experimental feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/stdlib_text_codec.gos, feature-testing-examples/string_len_bytes.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_utf8.gos
std::utf8::decode_rune Function experimental feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/stdlib_text_codec.gos, feature-testing-examples/string_len_bytes.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_utf8.gos
std::utf8::decode_rune_in_string Function experimental feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/stdlib_text_codec.gos, feature-testing-examples/string_len_bytes.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_utf8.gos
std::utf8::full_rune Function experimental feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/stdlib_text_codec.gos, feature-testing-examples/string_len_bytes.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_utf8.gos
std::utf8::full_rune_in_string Function experimental feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/stdlib_text_codec.gos, feature-testing-examples/string_len_bytes.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_utf8.gos
std::utf8::is_valid Function experimental feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/stdlib_text_codec.gos, feature-testing-examples/string_len_bytes.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_utf8.gos
std::utf8::rune_count Function experimental feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/stdlib_text_codec.gos, feature-testing-examples/string_len_bytes.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_utf8.gos
std::utf8::rune_count_in_string Function experimental feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/stdlib_text_codec.gos, feature-testing-examples/string_len_bytes.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_utf8.gos
std::utf8::rune_len Function experimental feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/stdlib_text_codec.gos, feature-testing-examples/string_len_bytes.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_utf8.gos
std::utf8::rune_start Function experimental feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/stdlib_text_codec.gos, feature-testing-examples/string_len_bytes.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_utf8.gos
std::utf8::valid_rune Function experimental feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/stdlib_text_codec.gos, feature-testing-examples/string_len_bytes.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_utf8.gos
std::utf8::valid_string Function experimental feature-testing-examples/stdlib_parity_batch.gos, feature-testing-examples/stdlib_text_codec.gos, feature-testing-examples/string_len_bytes.gos, feature-testing-examples/unicode_full.gos, feature-testing-examples/winb_text_utf8.gos
std::uuid::is_valid Function experimental examples/uuid_demo.gos
std::uuid::normalize Function experimental examples/uuid_demo.gos
std::uuid::simple Function experimental examples/uuid_demo.gos
std::uuid::v4 Function experimental examples/uuid_demo.gos
std::uuid::v7 Function experimental examples/uuid_demo.gos
std::validate::Errors Type experimental feature-testing-examples/validate_errors.gos, feature-testing-examples/validate_errors_return.gos
std::validate::FieldError Type experimental feature-testing-examples/validate_errors.gos, feature-testing-examples/validate_errors_return.gos
std::validate::Validate Trait experimental feature-testing-examples/validate_errors.gos, feature-testing-examples/validate_errors_return.gos

How to regenerate this page

cargo xtask stdlib-coverage

How to interpret the columns

  • module-only is legacy evidence that at least one item has the corresponding implementation or test path. It must not be used as a complete-module claim.

  • partial records an explicitly incomplete implementation.

  • none records missing module-level evidence, not proof that the implementation is absent.

  • Stable promotion requires item-level executable evidence keyed by canonical item path; this page does not infer evidence from source-text matches.

Cross-references