List of all items
Structs
- ast::Ast
- ast::arena::Arena
- ast::arena::Id
- ast::nodes::Expression
- ast::statements::Param
- ast::statements::Statement
- checker::structs::ScopeItem
- checker::structs::TypeChecker
- docs::DocsJson
- docs::entry::ConceptEntry
- docs::entry::DescriptionEntry
- docs::entry::FnEntry
- docs::entry::StdEntry
- interpreter::evaluator::Evaluator
- interpreter::evaluator::PItem
- interpreter::native::Fallible
- interpreter::native::Module
- interpreter::native::Spanned
- interpreter::stdlib::random::xoshiro::Xoshiro256
- interpreter::values::FunctionData
- lexer::tokenizer::Tokenizer
- lexer::tokentypes::Token
- parser::parser_logic::Parser
- resolver::Resolver
- tooling::dev::Project
- tooling::dev::RlToml
- utils::errors::Error
- utils::errors::ErrorDetail
- utils::errors::ErrorReason
- utils::source::SourceFile
- utils::span::Span
Enums
- ast::nodes::ExpressionKind
- ast::statements::FunctionAttribute
- ast::statements::MatchPattern
- ast::statements::StatementKind
- ast::statements::TypeAnnotation
- checker::structs::CheckType
- docs::entry::ConceptCategory
- docs::entry::DescriptionKind
- interpreter::evaluator::EnvironmentItem
- interpreter::stdlib::http::HttpHandle
- interpreter::stdlib::net::NetHandle
- interpreter::values::MapKey
- interpreter::values::Value
- lexer::tokentypes::TokenType
- repl::lines_types::OutputLine
- utils::errors::Reason
Traits
- interpreter::native::FromValue
- interpreter::native::IntoNativeFn
- interpreter::native::IntoValue
- interpreter::native::ValueType
Macros
- interpreter::native::impl_into_native_fn
- interpreter::native::impl_into_native_fn_spanned
- interpreter::stdlib::common::try_fn
- interpreter::stdlib::common::vb
- interpreter::stdlib::common::vby
- interpreter::stdlib::common::vc
- interpreter::stdlib::common::verr
- interpreter::stdlib::common::vf
- interpreter::stdlib::common::vi
- interpreter::stdlib::common::vnl
- interpreter::stdlib::common::vok
- interpreter::stdlib::common::vs
Functions
- ast::remap_expr_kind
- ast::remap_id
- ast::remap_stmt_kind
- ast::remap_stmts
- checker::collect_fn_names
- checker::operators::op_str
- checker::types::const_matches
- checker::types::const_variant
- checker::types::enum_matches
- checker::types::null_array_elision
- checker::types::null_map_elision
- checker::types::record_matches
- checker::types::set_matches
- docs::concept_to_markdown
- docs::docs_to_json
- docs::entries::concept_entries
- docs::entries::stdlib_entries
- docs::entries::tutorial_entries
- docs::entries_to_markdown
- docs::find_fn_doc
- docs::render_description
- docs::render_related
- docs::std_to_markdown
- docs::tutorial_to_markdown
- interpreter::evaluator_types::addressing::get_indices_as_vec
- interpreter::evaluator_types::addressing::get_root_addr
- interpreter::stdlib::array::arr_all::std_arr_all
- interpreter::stdlib::array::arr_any::std_arr_any
- interpreter::stdlib::array::arr_concat::std_arr_concat
- interpreter::stdlib::array::arr_contains::std_arr_contains
- interpreter::stdlib::array::arr_count::std_arr_count
- interpreter::stdlib::array::arr_fill::std_arr_fill
- interpreter::stdlib::array::arr_filter::std_arr_filter
- interpreter::stdlib::array::arr_find::std_arr_find
- interpreter::stdlib::array::arr_find_index::std_arr_find_index
- interpreter::stdlib::array::arr_first::std_arr_first
- interpreter::stdlib::array::arr_flat_map::std_arr_flat_map
- interpreter::stdlib::array::arr_flatten::std_arr_flatten
- interpreter::stdlib::array::arr_for_each::std_arr_for_each
- interpreter::stdlib::array::arr_index_of::std_arr_index_of
- interpreter::stdlib::array::arr_insert::std_arr_insert
- interpreter::stdlib::array::arr_is_empty::std_arr_is_empty
- interpreter::stdlib::array::arr_last::std_arr_last
- interpreter::stdlib::array::arr_map::std_arr_map
- interpreter::stdlib::array::arr_max::std_arr_max
- interpreter::stdlib::array::arr_min::std_arr_min
- interpreter::stdlib::array::arr_pop::std_arr_pop
- interpreter::stdlib::array::arr_product::std_arr_product
- interpreter::stdlib::array::arr_push::std_arr_push
- interpreter::stdlib::array::arr_range::std_arr_range
- interpreter::stdlib::array::arr_reduce::std_arr_reduce
- interpreter::stdlib::array::arr_remove::std_arr_remove
- interpreter::stdlib::array::arr_reverse::std_arr_reverse
- interpreter::stdlib::array::arr_slice::std_arr_slice
- interpreter::stdlib::array::arr_sort::std_arr_sort
- interpreter::stdlib::array::arr_sort_by::std_arr_sort_by
- interpreter::stdlib::array::arr_sum::std_arr_sum
- interpreter::stdlib::array::arr_unique::std_arr_unique
- interpreter::stdlib::array::arr_zip::std_arr_zip
- interpreter::stdlib::array::module
- interpreter::stdlib::bitwise::bit_and::std_bit_and
- interpreter::stdlib::bitwise::bit_not::std_bit_not
- interpreter::stdlib::bitwise::bit_or::std_bit_or
- interpreter::stdlib::bitwise::bit_shift_left::std_bit_shift_left
- interpreter::stdlib::bitwise::bit_shift_right::std_bit_shift_right
- interpreter::stdlib::bitwise::bit_xor::std_bit_xor
- interpreter::stdlib::bitwise::count_bits::std_count_bits
- interpreter::stdlib::bitwise::leading_zeros::std_leading_zeros
- interpreter::stdlib::bitwise::module
- interpreter::stdlib::bitwise::trailing_zeros::std_trailing_zeros
- interpreter::stdlib::common::check_arity
- interpreter::stdlib::common::check_arity_range
- interpreter::stdlib::common::check_type
- interpreter::stdlib::common::extract_int
- interpreter::stdlib::common::extract_number
- interpreter::stdlib::common::extract_string
- interpreter::stdlib::debug::assert::func
- interpreter::stdlib::debug::assert_approx_eq::func
- interpreter::stdlib::debug::assert_eq::func
- interpreter::stdlib::debug::assert_ge::func
- interpreter::stdlib::debug::assert_gt::func
- interpreter::stdlib::debug::assert_le::func
- interpreter::stdlib::debug::assert_lt::func
- interpreter::stdlib::debug::assert_ne::func
- interpreter::stdlib::debug::bench::func
- interpreter::stdlib::debug::common::as_f64
- interpreter::stdlib::debug::common::assert_cmp
- interpreter::stdlib::debug::common::assert_eq_message
- interpreter::stdlib::debug::dbg::func
- interpreter::stdlib::debug::module
- interpreter::stdlib::debug::panic::func
- interpreter::stdlib::debug::todo::func
- interpreter::stdlib::debug::type_of::func
- interpreter::stdlib::debug::unreachable::func
- interpreter::stdlib::fs::copy_file::std_copy_file
- interpreter::stdlib::fs::file_modified::std_file_modified
- interpreter::stdlib::fs::file_size::std_file_size
- interpreter::stdlib::fs::list_dir::std_list_dir
- interpreter::stdlib::fs::mkdir::std_mkdir
- interpreter::stdlib::fs::mkdir_all::std_mkdir_all
- interpreter::stdlib::fs::module
- interpreter::stdlib::fs::move_file::std_move_file
- interpreter::stdlib::fs::rename_file::std_rename_file
- interpreter::stdlib::fs::rmdir::std_rmdir
- interpreter::stdlib::fs::rmdir_all::std_rmdir_all
- interpreter::stdlib::fs::temp_dir::std_temp_dir
- interpreter::stdlib::http::common::insert_handle
- interpreter::stdlib::http::common::ureq_result_to_value
- interpreter::stdlib::http::http_get::func
- interpreter::stdlib::http::http_post::func
- interpreter::stdlib::http::http_request::func
- interpreter::stdlib::http::http_request_body::func
- interpreter::stdlib::http::http_request_header::func
- interpreter::stdlib::http::http_request_method::func
- interpreter::stdlib::http::http_request_url::func
- interpreter::stdlib::http::http_respond::func
- interpreter::stdlib::http::http_server_recv::func
- interpreter::stdlib::http::http_server_start::func
- interpreter::stdlib::http::http_server_stop::func
- interpreter::stdlib::http::http_server_try_recv::func
- interpreter::stdlib::http::module
- interpreter::stdlib::io::append_file::std_append_file
- interpreter::stdlib::io::delete_file::std_delete_file
- interpreter::stdlib::io::eprint::std_eprint
- interpreter::stdlib::io::input::input
- interpreter::stdlib::io::input::read_line
- interpreter::stdlib::io::input::std_read
- interpreter::stdlib::io::input::std_read_float
- interpreter::stdlib::io::input::std_read_int
- interpreter::stdlib::io::module
- interpreter::stdlib::io::print::std_print
- interpreter::stdlib::io::println::std_println
- interpreter::stdlib::io::read_bytes::func
- interpreter::stdlib::io::read_file::std_read_file
- interpreter::stdlib::io::read_lines::std_read_lines
- interpreter::stdlib::io::write_file::std_write_file
- interpreter::stdlib::len::std_len
- interpreter::stdlib::math::abs::std_abs
- interpreter::stdlib::math::acos::std_acos
- interpreter::stdlib::math::asin::std_asin
- interpreter::stdlib::math::atan2::std_atan2
- interpreter::stdlib::math::atan::std_atan
- interpreter::stdlib::math::ceil::std_ceil
- interpreter::stdlib::math::clamp::std_clamp
- interpreter::stdlib::math::constants::e::std_e
- interpreter::stdlib::math::constants::euler_gamma::std_euler_gamma
- interpreter::stdlib::math::constants::frac_1_pi::std_frac_1_pi
- interpreter::stdlib::math::constants::frac_1_sqrt_2::std_frac_1_sqrt_2
- interpreter::stdlib::math::constants::frac_2_pi::std_frac_2_pi
- interpreter::stdlib::math::constants::frac_2_sqrt_pi::std_frac_2_sqrt_pi
- interpreter::stdlib::math::constants::frac_pi_2::std_frac_pi_2
- interpreter::stdlib::math::constants::frac_pi_3::std_frac_pi_3
- interpreter::stdlib::math::constants::frac_pi_4::std_frac_pi_4
- interpreter::stdlib::math::constants::frac_pi_6::std_frac_pi_6
- interpreter::stdlib::math::constants::frac_pi_8::std_frac_pi_8
- interpreter::stdlib::math::constants::inf::std_inf
- interpreter::stdlib::math::constants::is_inf::std_is_inf
- interpreter::stdlib::math::constants::is_nan::std_is_nan
- interpreter::stdlib::math::constants::ln_10::std_ln_10
- interpreter::stdlib::math::constants::ln_2::std_ln_2
- interpreter::stdlib::math::constants::log10_2::std_log10_2
- interpreter::stdlib::math::constants::log10_e::std_log10_e
- interpreter::stdlib::math::constants::log2_10::std_log2_10
- interpreter::stdlib::math::constants::log2_e::std_log2_e
- interpreter::stdlib::math::constants::module
- interpreter::stdlib::math::constants::nan::std_nan
- interpreter::stdlib::math::constants::phi::std_phi
- interpreter::stdlib::math::constants::pi::std_pi
- interpreter::stdlib::math::constants::sqrt_2::std_sqrt_2
- interpreter::stdlib::math::constants::tau::std_tau
- interpreter::stdlib::math::cos::std_cos
- interpreter::stdlib::math::degrees::std_degrees
- interpreter::stdlib::math::exp::std_exp
- interpreter::stdlib::math::factorial::std_factorial
- interpreter::stdlib::math::fibonacci::std_fibonacci
- interpreter::stdlib::math::floor::std_floor
- interpreter::stdlib::math::gcd::std_gcd
- interpreter::stdlib::math::hypot::std_hypot
- interpreter::stdlib::math::is_prime::std_is_prime
- interpreter::stdlib::math::lcm::std_lcm
- interpreter::stdlib::math::lerp::std_lerp
- interpreter::stdlib::math::log10::std_log10
- interpreter::stdlib::math::log2::std_log2
- interpreter::stdlib::math::log::std_log
- interpreter::stdlib::math::map_range::std_map_range
- interpreter::stdlib::math::max::std_max
- interpreter::stdlib::math::min::std_min
- interpreter::stdlib::math::module
- interpreter::stdlib::math::modulo::normalize_numeric
- interpreter::stdlib::math::modulo::std_mod
- interpreter::stdlib::math::power::normalize_numeric
- interpreter::stdlib::math::power::std_pow
- interpreter::stdlib::math::radians::std_radians
- interpreter::stdlib::math::round::std_round
- interpreter::stdlib::math::sign::std_sign
- interpreter::stdlib::math::sin::std_sin
- interpreter::stdlib::math::sqrt::std_sqrt
- interpreter::stdlib::math::tan::std_tan
- interpreter::stdlib::net::common::insert_handle
- interpreter::stdlib::net::module
- interpreter::stdlib::net::resolve::func
- interpreter::stdlib::net::tcp_accept::func
- interpreter::stdlib::net::tcp_close::func
- interpreter::stdlib::net::tcp_connect::func
- interpreter::stdlib::net::tcp_listen::func
- interpreter::stdlib::net::tcp_local_addr::func
- interpreter::stdlib::net::tcp_peer_addr::func
- interpreter::stdlib::net::tcp_read::func
- interpreter::stdlib::net::tcp_set_nonblocking::func
- interpreter::stdlib::net::tcp_set_timeout::func
- interpreter::stdlib::net::tcp_shutdown::func
- interpreter::stdlib::net::tcp_write::func
- interpreter::stdlib::net::udp_bind::func
- interpreter::stdlib::net::udp_close::func
- interpreter::stdlib::net::udp_connect::func
- interpreter::stdlib::net::udp_recv::func
- interpreter::stdlib::net::udp_recv_from::func
- interpreter::stdlib::net::udp_send::func
- interpreter::stdlib::net::udp_send_to::func
- interpreter::stdlib::path::module
- interpreter::stdlib::path::path_exists::std_path_exists
- interpreter::stdlib::path::path_extension::std_path_extension
- interpreter::stdlib::path::path_filename::std_path_filename
- interpreter::stdlib::path::path_is_dir::std_path_is_dir
- interpreter::stdlib::path::path_is_file::std_path_is_file
- interpreter::stdlib::path::path_join::std_path_join
- interpreter::stdlib::path::path_parent::std_path_parent
- interpreter::stdlib::path::path_pop::std_path_pop
- interpreter::stdlib::path::path_push::std_path_push
- interpreter::stdlib::path::path_set_extension::std_path_set_extension
- interpreter::stdlib::path::path_stem::std_path_stem
- interpreter::stdlib::process::args::std_args
- interpreter::stdlib::process::cwd::std_cwd
- interpreter::stdlib::process::cwd::std_set_cwd
- interpreter::stdlib::process::env::std_env
- interpreter::stdlib::process::exec::shell_command
- interpreter::stdlib::process::exec::std_exec
- interpreter::stdlib::process::exec::std_exec_code
- interpreter::stdlib::process::exec::std_exec_lines
- interpreter::stdlib::process::exit::std_exit
- interpreter::stdlib::process::module
- interpreter::stdlib::process::pid::std_pid
- interpreter::stdlib::process::sleep::std_sleep
- interpreter::stdlib::random::module
- interpreter::stdlib::random::rand_bool::func
- interpreter::stdlib::random::rand_bool_weighted::func
- interpreter::stdlib::random::rand_float::func
- interpreter::stdlib::random::rand_float_range::func
- interpreter::stdlib::random::rand_int::func
- interpreter::stdlib::random::rand_int_range::func
- interpreter::stdlib::random::random_general::byte
- interpreter::stdlib::random::random_general::bytes
- interpreter::stdlib::random::random_general::char
- interpreter::stdlib::random::random_general::choice
- interpreter::stdlib::random::random_general::choices
- interpreter::stdlib::random::random_general::dice
- interpreter::stdlib::random::random_general::dices
- interpreter::stdlib::random::random_general::range
- interpreter::stdlib::random::random_general::range_step
- interpreter::stdlib::random::random_general::sample
- interpreter::stdlib::random::random_general::shuffle
- interpreter::stdlib::random::random_general::string
- interpreter::stdlib::result::is_err::func
- interpreter::stdlib::result::is_ok::func
- interpreter::stdlib::result::module
- interpreter::stdlib::result::result_map::std_result_map
- interpreter::stdlib::result::result_map::std_result_map_err
- interpreter::stdlib::result::result_unwrap::std_unwrap
- interpreter::stdlib::result::result_unwrap::std_unwrap_err
- interpreter::stdlib::result::result_unwrap::std_unwrap_or
- interpreter::stdlib::rl::check::func
- interpreter::stdlib::rl::eval::func
- interpreter::stdlib::rl::eval_isolated::func
- interpreter::stdlib::rl::lex::func
- interpreter::stdlib::rl::module
- interpreter::stdlib::rl::rl_version::func
- interpreter::stdlib::rl::source_name::func
- interpreter::stdlib::string::bytes::std_bytes
- interpreter::stdlib::string::char_at::std_char_at
- interpreter::stdlib::string::chars::std_chars
- interpreter::stdlib::string::concat::std_concat
- interpreter::stdlib::string::contains::std_contains
- interpreter::stdlib::string::count::std_count
- interpreter::stdlib::string::ends_with::std_ends_with
- interpreter::stdlib::string::format::std_format
- interpreter::stdlib::string::index_of::std_index_of
- interpreter::stdlib::string::is_empty::std_is_empty
- interpreter::stdlib::string::join::std_join
- interpreter::stdlib::string::module
- interpreter::stdlib::string::pad_left::std_pad_left
- interpreter::stdlib::string::pad_right::std_pad_right
- interpreter::stdlib::string::repeat::std_repeat
- interpreter::stdlib::string::replace::std_replace
- interpreter::stdlib::string::reverse::std_reverse
- interpreter::stdlib::string::slice::std_slice
- interpreter::stdlib::string::split::std_split
- interpreter::stdlib::string::starts_with::std_starts_with
- interpreter::stdlib::string::to_lower::std_to_lower
- interpreter::stdlib::string::to_upper::std_to_upper
- interpreter::stdlib::string::trim::std_trim
- interpreter::stdlib::string::trim_end::std_trim_end
- interpreter::stdlib::string::trim_start::std_trim_start
- interpreter::stdlib::terminal::attr::set_attr
- interpreter::stdlib::terminal::attr::std_term_blink
- interpreter::stdlib::terminal::attr::std_term_bold
- interpreter::stdlib::terminal::attr::std_term_crossed_out
- interpreter::stdlib::terminal::attr::std_term_dim
- interpreter::stdlib::terminal::attr::std_term_italic
- interpreter::stdlib::terminal::attr::std_term_reset_attr
- interpreter::stdlib::terminal::attr::std_term_reverse
- interpreter::stdlib::terminal::attr::std_term_underline
- interpreter::stdlib::terminal::clear::func
- interpreter::stdlib::terminal::clear_line::func
- interpreter::stdlib::terminal::common::extract_byte
- interpreter::stdlib::terminal::common::extract_u16
- interpreter::stdlib::terminal::cursor_col::func
- interpreter::stdlib::terminal::cursor_row::func
- interpreter::stdlib::terminal::enter::func
- interpreter::stdlib::terminal::flush::func
- interpreter::stdlib::terminal::hide_cursor::func
- interpreter::stdlib::terminal::leave::func
- interpreter::stdlib::terminal::module
- interpreter::stdlib::terminal::mouse::std_term_disable_mouse
- interpreter::stdlib::terminal::mouse::std_term_enable_mouse
- interpreter::stdlib::terminal::move_cursor::func
- interpreter::stdlib::terminal::move_rel::std_term_move_down
- interpreter::stdlib::terminal::move_rel::std_term_move_left
- interpreter::stdlib::terminal::move_rel::std_term_move_right
- interpreter::stdlib::terminal::move_rel::std_term_move_up
- interpreter::stdlib::terminal::move_rel::std_term_next_line
- interpreter::stdlib::terminal::move_rel::std_term_prev_line
- interpreter::stdlib::terminal::named_color::parse_color
- interpreter::stdlib::terminal::named_color::std_term_bg
- interpreter::stdlib::terminal::named_color::std_term_fg
- interpreter::stdlib::terminal::poll::func
- interpreter::stdlib::terminal::print::func
- interpreter::stdlib::terminal::read_key::func
- interpreter::stdlib::terminal::reset_color::func
- interpreter::stdlib::terminal::restore_cursor::func
- interpreter::stdlib::terminal::save_cursor::func
- interpreter::stdlib::terminal::scroll::std_term_scroll_down
- interpreter::stdlib::terminal::scroll::std_term_scroll_up
- interpreter::stdlib::terminal::set_bg::func
- interpreter::stdlib::terminal::set_fg::func
- interpreter::stdlib::terminal::set_title::func
- interpreter::stdlib::terminal::show_cursor::func
- interpreter::stdlib::terminal::size::std_term_get_size
- interpreter::stdlib::terminal::size::std_term_set_size
- interpreter::stdlib::terminal::sync_output::std_term_begin_sync
- interpreter::stdlib::terminal::sync_output::std_term_end_sync
- interpreter::stdlib::terminal::wrap::std_term_disable_wrap
- interpreter::stdlib::terminal::wrap::std_term_enable_wrap
- interpreter::stdlib::time::format_time::apply_pattern
- interpreter::stdlib::time::format_time::date_str
- interpreter::stdlib::time::format_time::format_time
- interpreter::stdlib::time::format_time::time_str
- interpreter::stdlib::time::format_time::unix_to_parts
- interpreter::stdlib::time::module
- interpreter::stdlib::time::now::now
- interpreter::stdlib::time::now::now_ms
- interpreter::stdlib::time::time_arith::time_add
- interpreter::stdlib::time::time_arith::time_diff
- interpreter::stdlib::time::time_parts::time_parts
- interpreter::stdlib::types::bin::func
- interpreter::stdlib::types::bool::std_is_bool
- interpreter::stdlib::types::bool::std_to_bool
- interpreter::stdlib::types::byte::std_is_byte
- interpreter::stdlib::types::byte::std_to_byte
- interpreter::stdlib::types::char::std_is_char
- interpreter::stdlib::types::char::std_to_char
- interpreter::stdlib::types::error::std_error_unwrap
- interpreter::stdlib::types::error::std_is_error
- interpreter::stdlib::types::float::std_is_float
- interpreter::stdlib::types::float::std_to_float
- interpreter::stdlib::types::hex::func
- interpreter::stdlib::types::int::std_is_int
- interpreter::stdlib::types::int::std_to_int
- interpreter::stdlib::types::module
- interpreter::stdlib::types::null::func
- interpreter::stdlib::types::oct::func
- interpreter::stdlib::types::string::std_is_string
- interpreter::stdlib::types::string::std_to_string
- logic_loops::eval_loop
- logic_loops::lexing_loop
- logic_loops::parsing_loop
- repl::command_handler::handle_command
- repl::depth_checker::is_complete
- repl::input_eval::eval_input
- repl::logic_loop::run_repl
- repl::output_render::render_output
- repl::start_repl
- repl::syntax_highlighting::highlight
- repl::syntax_highlighting::token_color
- repl::utils::char_to_byte
- repl::utils::push_error
- tooling::dev::read_rl_toml
- tooling::new::create_project
- tooling::new::try_create_project
- tooling::package::bundle
- tooling::package::bundle_inner
- tooling::package::find_embedded
- tooling::package::package
- tooling::package::try_package
- tooling::workflows::generate
- tooling::workflows::write_file
- utils::suggest::closest_match
- utils::suggest::levenshtein
Type Aliases
Statics
- ast::arena::NEXT_ARENA_ID
- docs::entries::concepts::arrays::ARRAYS
- docs::entries::concepts::bytes::BYTES
- docs::entries::concepts::casts::CASTING
- docs::entries::concepts::constants::CONSTANTS
- docs::entries::concepts::entries::ENTRY_POINTS
- docs::entries::concepts::errors::ERROR_TYPE
- docs::entries::concepts::flow_control::CONTROL_FLOW
- docs::entries::concepts::flow_control::FOR_LOOPS
- docs::entries::concepts::functions::FUNCTIONS
- docs::entries::concepts::generals::COMMENTS
- docs::entries::concepts::imports::IMPORTS
- docs::entries::concepts::lambdas::LAMBDAS
- docs::entries::concepts::logical_operators::LOGICAL_OPERATORS
- docs::entries::concepts::maps::MAPS
- docs::entries::concepts::match::MATCH
- docs::entries::concepts::nulls::NULL
- docs::entries::concepts::operators::OPERATORS
- docs::entries::concepts::propagate::PROPAGATE
- docs::entries::concepts::records::RECORDS
- docs::entries::concepts::sets::SETS
- docs::entries::concepts::tags::TAGS
- docs::entries::concepts::tooling::TOOLING
- docs::entries::concepts::tuples::TUPLES
- docs::entries::concepts::types::TYPES
- docs::entries::concepts::variables::VARIABLES
- docs::entries::stdlib::array::ARRAY
- docs::entries::stdlib::array::ARR_ALL
- docs::entries::stdlib::array::ARR_ANY
- docs::entries::stdlib::array::ARR_CONCAT
- docs::entries::stdlib::array::ARR_CONTAINS
- docs::entries::stdlib::array::ARR_COUNT
- docs::entries::stdlib::array::ARR_FILL
- docs::entries::stdlib::array::ARR_FILTER
- docs::entries::stdlib::array::ARR_FIND
- docs::entries::stdlib::array::ARR_FIND_INDEX
- docs::entries::stdlib::array::ARR_FIRST
- docs::entries::stdlib::array::ARR_FLATTEN
- docs::entries::stdlib::array::ARR_FLAT_MAP
- docs::entries::stdlib::array::ARR_FOR_EACH
- docs::entries::stdlib::array::ARR_INDEX_OF
- docs::entries::stdlib::array::ARR_INSERT
- docs::entries::stdlib::array::ARR_IS_EMPTY
- docs::entries::stdlib::array::ARR_LAST
- docs::entries::stdlib::array::ARR_MAP
- docs::entries::stdlib::array::ARR_MAX
- docs::entries::stdlib::array::ARR_MIN
- docs::entries::stdlib::array::ARR_POP
- docs::entries::stdlib::array::ARR_PRODUCT
- docs::entries::stdlib::array::ARR_PUSH
- docs::entries::stdlib::array::ARR_RANGE
- docs::entries::stdlib::array::ARR_REDUCE
- docs::entries::stdlib::array::ARR_REMOVE
- docs::entries::stdlib::array::ARR_REVERSE
- docs::entries::stdlib::array::ARR_SLICE
- docs::entries::stdlib::array::ARR_SORT
- docs::entries::stdlib::array::ARR_SORT_BY
- docs::entries::stdlib::array::ARR_SUM
- docs::entries::stdlib::array::ARR_UNIQUE
- docs::entries::stdlib::array::ARR_ZIP
- docs::entries::stdlib::array::FUNCTIONS
- docs::entries::stdlib::array::LEN
- docs::entries::stdlib::bitwise::BITWISE
- docs::entries::stdlib::bitwise::FUNCTIONS
- docs::entries::stdlib::bitwise::bit_and::BIT_AND
- docs::entries::stdlib::bitwise::bit_not::BIT_NOT
- docs::entries::stdlib::bitwise::bit_or::BIT_OR
- docs::entries::stdlib::bitwise::bit_shift_left::BIT_SHIFT_LEFT
- docs::entries::stdlib::bitwise::bit_shift_right::BIT_SHIFT_RIGHT
- docs::entries::stdlib::bitwise::bit_xor::BIT_XOR
- docs::entries::stdlib::bitwise::count_bits::COUNT_BITS
- docs::entries::stdlib::bitwise::leading_zeros::LEADING_ZEROS
- docs::entries::stdlib::bitwise::trailing_zeros::TRAILING_ZEROS
- docs::entries::stdlib::debug::DEBUG
- docs::entries::stdlib::debug::FUNCTIONS
- docs::entries::stdlib::debug::assert::ASSERT
- docs::entries::stdlib::debug::assert_approx_eq::ASSERT_APPROX_EQ
- docs::entries::stdlib::debug::assert_eq::ASSERT_EQ
- docs::entries::stdlib::debug::assert_ge::ASSERT_GE
- docs::entries::stdlib::debug::assert_gt::ASSERT_GT
- docs::entries::stdlib::debug::assert_le::ASSERT_LE
- docs::entries::stdlib::debug::assert_lt::ASSERT_LT
- docs::entries::stdlib::debug::assert_ne::ASSERT_NE
- docs::entries::stdlib::debug::bench::BENCH
- docs::entries::stdlib::debug::dbg::DBG
- docs::entries::stdlib::debug::panic::PANIC
- docs::entries::stdlib::debug::todo::TODO
- docs::entries::stdlib::debug::type_of::TYPE_OF
- docs::entries::stdlib::debug::unreachable::UNREACHABLE
- docs::entries::stdlib::fs::COPY_FILE
- docs::entries::stdlib::fs::FILE_MODIFIED
- docs::entries::stdlib::fs::FILE_SIZE
- docs::entries::stdlib::fs::FS
- docs::entries::stdlib::fs::FUNCTIONS
- docs::entries::stdlib::fs::LIST_DIR
- docs::entries::stdlib::fs::MKDIR
- docs::entries::stdlib::fs::MKDIR_ALL
- docs::entries::stdlib::fs::MOVE_FILE
- docs::entries::stdlib::fs::RENAME_FILE
- docs::entries::stdlib::fs::RMDIR
- docs::entries::stdlib::fs::RMDIR_ALL
- docs::entries::stdlib::fs::TEMP_DIR
- docs::entries::stdlib::http::FUNCTIONS
- docs::entries::stdlib::http::HTTP
- docs::entries::stdlib::http::http_get::HTTP_GET
- docs::entries::stdlib::http::http_post::HTTP_POST
- docs::entries::stdlib::http::http_request::HTTP_REQUEST
- docs::entries::stdlib::http::http_request_body::HTTP_REQUEST_BODY
- docs::entries::stdlib::http::http_request_header::HTTP_REQUEST_HEADER
- docs::entries::stdlib::http::http_request_method::HTTP_REQUEST_METHOD
- docs::entries::stdlib::http::http_request_url::HTTP_REQUEST_URL
- docs::entries::stdlib::http::http_respond::HTTP_RESPOND
- docs::entries::stdlib::http::http_server_recv::HTTP_SERVER_RECV
- docs::entries::stdlib::http::http_server_start::HTTP_SERVER_START
- docs::entries::stdlib::http::http_server_stop::HTTP_SERVER_STOP
- docs::entries::stdlib::http::http_server_try_recv::HTTP_SERVER_TRY_RECV
- docs::entries::stdlib::io::APPEND_FILE
- docs::entries::stdlib::io::DELETE_FILE
- docs::entries::stdlib::io::EPRINT
- docs::entries::stdlib::io::FUNCTIONS
- docs::entries::stdlib::io::IO
- docs::entries::stdlib::io::PRINT
- docs::entries::stdlib::io::PRINTLN
- docs::entries::stdlib::io::READ
- docs::entries::stdlib::io::READ_FILE
- docs::entries::stdlib::io::READ_FLOAT
- docs::entries::stdlib::io::READ_FLOAT_PROMPT
- docs::entries::stdlib::io::READ_INT
- docs::entries::stdlib::io::READ_INT_PROMPT
- docs::entries::stdlib::io::READ_LINES
- docs::entries::stdlib::io::READ_PROMPT
- docs::entries::stdlib::io::WRITE_FILE
- docs::entries::stdlib::math::ABS
- docs::entries::stdlib::math::ACOS
- docs::entries::stdlib::math::ASIN
- docs::entries::stdlib::math::ATAN
- docs::entries::stdlib::math::ATAN2
- docs::entries::stdlib::math::CEIL
- docs::entries::stdlib::math::CLAMP
- docs::entries::stdlib::math::COS
- docs::entries::stdlib::math::DEGREES
- docs::entries::stdlib::math::EXP
- docs::entries::stdlib::math::FACTORIAL
- docs::entries::stdlib::math::FIBONACCI
- docs::entries::stdlib::math::FLOOR
- docs::entries::stdlib::math::FUNCTIONS
- docs::entries::stdlib::math::GCD
- docs::entries::stdlib::math::HYPOT
- docs::entries::stdlib::math::IS_PRIME
- docs::entries::stdlib::math::LCM
- docs::entries::stdlib::math::LERP
- docs::entries::stdlib::math::LOG
- docs::entries::stdlib::math::LOG10
- docs::entries::stdlib::math::LOG2
- docs::entries::stdlib::math::MAP_RANGE
- docs::entries::stdlib::math::MATH
- docs::entries::stdlib::math::MAX
- docs::entries::stdlib::math::MIN
- docs::entries::stdlib::math::MOD
- docs::entries::stdlib::math::POW
- docs::entries::stdlib::math::RADIANS
- docs::entries::stdlib::math::ROUND
- docs::entries::stdlib::math::SIGN
- docs::entries::stdlib::math::SIN
- docs::entries::stdlib::math::SQRT
- docs::entries::stdlib::math::TAN
- docs::entries::stdlib::math_consts::E
- docs::entries::stdlib::math_consts::EULER_GAMMA
- docs::entries::stdlib::math_consts::FRAC_1_PI
- docs::entries::stdlib::math_consts::FRAC_1_SQRT_2
- docs::entries::stdlib::math_consts::FRAC_2_PI
- docs::entries::stdlib::math_consts::FRAC_2_SQRT_PI
- docs::entries::stdlib::math_consts::FRAC_PI_2
- docs::entries::stdlib::math_consts::FRAC_PI_3
- docs::entries::stdlib::math_consts::FRAC_PI_4
- docs::entries::stdlib::math_consts::FRAC_PI_6
- docs::entries::stdlib::math_consts::FRAC_PI_8
- docs::entries::stdlib::math_consts::FUNCTIONS
- docs::entries::stdlib::math_consts::INF
- docs::entries::stdlib::math_consts::IS_INF
- docs::entries::stdlib::math_consts::IS_NAN
- docs::entries::stdlib::math_consts::LN_10
- docs::entries::stdlib::math_consts::LN_2
- docs::entries::stdlib::math_consts::LOG10_2
- docs::entries::stdlib::math_consts::LOG10_E
- docs::entries::stdlib::math_consts::LOG2_10
- docs::entries::stdlib::math_consts::LOG2_E
- docs::entries::stdlib::math_consts::MATH_CONSTS
- docs::entries::stdlib::math_consts::NAN
- docs::entries::stdlib::math_consts::PHI
- docs::entries::stdlib::math_consts::PI
- docs::entries::stdlib::math_consts::SQRT_2
- docs::entries::stdlib::math_consts::TAU
- docs::entries::stdlib::net::FUNCTIONS
- docs::entries::stdlib::net::NET
- docs::entries::stdlib::net::resolve::RESOLVE
- docs::entries::stdlib::net::tcp_accept::TCP_ACCEPT
- docs::entries::stdlib::net::tcp_close::TCP_CLOSE
- docs::entries::stdlib::net::tcp_connect::TCP_CONNECT
- docs::entries::stdlib::net::tcp_listen::TCP_LISTEN
- docs::entries::stdlib::net::tcp_local_addr::TCP_LOCAL_ADDR
- docs::entries::stdlib::net::tcp_peer_addr::TCP_PEER_ADDR
- docs::entries::stdlib::net::tcp_read::TCP_READ
- docs::entries::stdlib::net::tcp_set_nonblocking::TCP_SET_NONBLOCKING
- docs::entries::stdlib::net::tcp_set_timeout::TCP_SET_TIMEOUT
- docs::entries::stdlib::net::tcp_shutdown::TCP_SHUTDOWN
- docs::entries::stdlib::net::tcp_write::TCP_WRITE
- docs::entries::stdlib::net::udp_bind::UDP_BIND
- docs::entries::stdlib::net::udp_close::UDP_CLOSE
- docs::entries::stdlib::net::udp_connect::UDP_CONNECT
- docs::entries::stdlib::net::udp_recv::UDP_RECV
- docs::entries::stdlib::net::udp_recv_from::UDP_RECV_FROM
- docs::entries::stdlib::net::udp_send::UDP_SEND
- docs::entries::stdlib::net::udp_send_to::UDP_SEND_TO
- docs::entries::stdlib::path::FUNCTIONS
- docs::entries::stdlib::path::PATH
- docs::entries::stdlib::path::PATH_EXISTS
- docs::entries::stdlib::path::PATH_EXTENSION
- docs::entries::stdlib::path::PATH_FILENAME
- docs::entries::stdlib::path::PATH_IS_DIR
- docs::entries::stdlib::path::PATH_IS_FILE
- docs::entries::stdlib::path::PATH_JOIN
- docs::entries::stdlib::path::PATH_PARENT
- docs::entries::stdlib::path::PATH_POP
- docs::entries::stdlib::path::PATH_PUSH
- docs::entries::stdlib::path::PATH_SET_EXTENSION
- docs::entries::stdlib::path::PATH_STEM
- docs::entries::stdlib::process::ARGS
- docs::entries::stdlib::process::CWD
- docs::entries::stdlib::process::ENV
- docs::entries::stdlib::process::EXEC
- docs::entries::stdlib::process::EXEC_CODE
- docs::entries::stdlib::process::EXEC_LINES
- docs::entries::stdlib::process::EXIT
- docs::entries::stdlib::process::FUNCTIONS
- docs::entries::stdlib::process::PID
- docs::entries::stdlib::process::PROCESS
- docs::entries::stdlib::process::SET_CWD
- docs::entries::stdlib::process::SLEEP
- docs::entries::stdlib::random::FUNCTIONS
- docs::entries::stdlib::random::RANDOM
- docs::entries::stdlib::random::RAND_BOOL
- docs::entries::stdlib::random::RAND_BOOL_WEIGHTED
- docs::entries::stdlib::random::RAND_BYTE
- docs::entries::stdlib::random::RAND_BYTES
- docs::entries::stdlib::random::RAND_CHAR
- docs::entries::stdlib::random::RAND_CHOICE
- docs::entries::stdlib::random::RAND_CHOICES
- docs::entries::stdlib::random::RAND_DICE
- docs::entries::stdlib::random::RAND_DICES
- docs::entries::stdlib::random::RAND_FLOAT
- docs::entries::stdlib::random::RAND_FLOAT_RANGE
- docs::entries::stdlib::random::RAND_INT
- docs::entries::stdlib::random::RAND_INT_RANGE
- docs::entries::stdlib::random::RAND_RANGE
- docs::entries::stdlib::random::RAND_RANGE_STEP
- docs::entries::stdlib::random::RAND_SAMPLE
- docs::entries::stdlib::random::RAND_SHUFFLE
- docs::entries::stdlib::random::RAND_STRING
- docs::entries::stdlib::result::FUNCTIONS
- docs::entries::stdlib::result::IS_ERR
- docs::entries::stdlib::result::IS_OK
- docs::entries::stdlib::result::RES
- docs::entries::stdlib::result::RESULT_MAP
- docs::entries::stdlib::result::RESULT_MAP_ERR
- docs::entries::stdlib::result::RESULT_UNWRAP
- docs::entries::stdlib::result::RESULT_UNWRAP_ERR
- docs::entries::stdlib::result::RESULT_UNWRAP_OR
- docs::entries::stdlib::rl::FUNCTIONS
- docs::entries::stdlib::rl::RL
- docs::entries::stdlib::rl::check::CHECK
- docs::entries::stdlib::rl::eval::EVAL
- docs::entries::stdlib::rl::eval_isolated::EVAL_ISOLATED
- docs::entries::stdlib::rl::lex::LEX
- docs::entries::stdlib::rl::rl_version::RL_VERSION
- docs::entries::stdlib::rl::source_name::SOURCE_NAME
- docs::entries::stdlib::str::BYTES
- docs::entries::stdlib::str::CHARS
- docs::entries::stdlib::str::CHAR_AT
- docs::entries::stdlib::str::CONCAT
- docs::entries::stdlib::str::CONTAINS
- docs::entries::stdlib::str::COUNT
- docs::entries::stdlib::str::ENDS_WITH
- docs::entries::stdlib::str::FORMAT
- docs::entries::stdlib::str::FUNCTIONS
- docs::entries::stdlib::str::INDEX_OF
- docs::entries::stdlib::str::IS_EMPTY
- docs::entries::stdlib::str::JOIN
- docs::entries::stdlib::str::PAD_LEFT
- docs::entries::stdlib::str::PAD_RIGHT
- docs::entries::stdlib::str::REPEAT
- docs::entries::stdlib::str::REPLACE
- docs::entries::stdlib::str::REVERSE
- docs::entries::stdlib::str::SLICE
- docs::entries::stdlib::str::SPLIT
- docs::entries::stdlib::str::STARTS_WITH
- docs::entries::stdlib::str::STR
- docs::entries::stdlib::str::TO_LOWER
- docs::entries::stdlib::str::TO_UPPER
- docs::entries::stdlib::str::TRIM
- docs::entries::stdlib::str::TRIM_END
- docs::entries::stdlib::str::TRIM_START
- docs::entries::stdlib::term::FUNCTIONS
- docs::entries::stdlib::term::TERM
- docs::entries::stdlib::term::term_begin_sync::TERM_BEGIN_SYNC
- docs::entries::stdlib::term::term_bg::TERM_BG
- docs::entries::stdlib::term::term_blink::TERM_BLINK
- docs::entries::stdlib::term::term_bold::TERM_BOLD
- docs::entries::stdlib::term::term_clear::TERM_CLEAR
- docs::entries::stdlib::term::term_clear_line::TERM_CLEAR_LINE
- docs::entries::stdlib::term::term_crossed_out::TERM_CROSSED_OUT
- docs::entries::stdlib::term::term_dim::TERM_DIM
- docs::entries::stdlib::term::term_disable_mouse::TERM_DISABLE_MOUSE
- docs::entries::stdlib::term::term_disable_wrap::TERM_DISABLE_WRAP
- docs::entries::stdlib::term::term_enable_mouse::TERM_ENABLE_MOUSE
- docs::entries::stdlib::term::term_enable_wrap::TERM_ENABLE_WRAP
- docs::entries::stdlib::term::term_end_sync::TERM_END_SYNC
- docs::entries::stdlib::term::term_enter::TERM_ENTER
- docs::entries::stdlib::term::term_fg::TERM_FG
- docs::entries::stdlib::term::term_flush::TERM_FLUSH
- docs::entries::stdlib::term::term_get_size::TERM_GET_SIZE
- docs::entries::stdlib::term::term_hide_cursor::TERM_HIDE_CURSOR
- docs::entries::stdlib::term::term_italic::TERM_ITALIC
- docs::entries::stdlib::term::term_leave::TERM_LEAVE
- docs::entries::stdlib::term::term_move::TERM_MOVE
- docs::entries::stdlib::term::term_move_down::TERM_MOVE_DOWN
- docs::entries::stdlib::term::term_move_left::TERM_MOVE_LEFT
- docs::entries::stdlib::term::term_move_right::TERM_MOVE_RIGHT
- docs::entries::stdlib::term::term_move_to_col::TERM_MOVE_TO_COL
- docs::entries::stdlib::term::term_move_to_row::TERM_MOVE_TO_ROW
- docs::entries::stdlib::term::term_move_up::TERM_MOVE_UP
- docs::entries::stdlib::term::term_next_line::TERM_NEXT_LINE
- docs::entries::stdlib::term::term_poll::TERM_POLL
- docs::entries::stdlib::term::term_prev_line::TERM_PREV_LINE
- docs::entries::stdlib::term::term_print::TERM_PRINT
- docs::entries::stdlib::term::term_read_key::TERM_READ_KEY
- docs::entries::stdlib::term::term_reset_attr::TERM_RESET_ATTR
- docs::entries::stdlib::term::term_reset_color::TERM_RESET_COLOR
- docs::entries::stdlib::term::term_restore_cursor::TERM_RESTORE_CURSOR
- docs::entries::stdlib::term::term_reverse::TERM_REVERSE
- docs::entries::stdlib::term::term_save_cursor::TERM_SAVE_CURSOR
- docs::entries::stdlib::term::term_scroll_down::TERM_SCROLL_DOWN
- docs::entries::stdlib::term::term_scroll_up::TERM_SCROLL_UP
- docs::entries::stdlib::term::term_set_bg::TERM_SET_BG
- docs::entries::stdlib::term::term_set_fg::TERM_SET_FG
- docs::entries::stdlib::term::term_set_size::TERM_SET_SIZE
- docs::entries::stdlib::term::term_set_title::TERM_SET_TITLE
- docs::entries::stdlib::term::term_show_cursor::TERM_SHOW_CURSOR
- docs::entries::stdlib::term::term_underline::TERM_UNDERLINE
- docs::entries::stdlib::time::DATE_STR
- docs::entries::stdlib::time::FORMAT_TIME
- docs::entries::stdlib::time::FUNCTIONS
- docs::entries::stdlib::time::NOW
- docs::entries::stdlib::time::NOW_MS
- docs::entries::stdlib::time::TIME
- docs::entries::stdlib::time::TIME_ADD
- docs::entries::stdlib::time::TIME_DIFF
- docs::entries::stdlib::time::TIME_PARTS
- docs::entries::stdlib::time::TIME_STR
- docs::entries::stdlib::types::FUNCTIONS
- docs::entries::stdlib::types::IS_BOOL
- docs::entries::stdlib::types::IS_CHAR
- docs::entries::stdlib::types::IS_FLOAT
- docs::entries::stdlib::types::IS_INT
- docs::entries::stdlib::types::IS_NULL
- docs::entries::stdlib::types::IS_STRING
- docs::entries::stdlib::types::TO_BIN
- docs::entries::stdlib::types::TO_BOOL
- docs::entries::stdlib::types::TO_CHAR
- docs::entries::stdlib::types::TO_FLOAT
- docs::entries::stdlib::types::TO_HEX
- docs::entries::stdlib::types::TO_INT
- docs::entries::stdlib::types::TO_OCT
- docs::entries::stdlib::types::TO_STRING
- docs::entries::stdlib::types::TYPES
- docs::entries::tutorial::t1::p10::STEP_STDLIB
- docs::entries::tutorial::t1::p11::STEP_LAMBDAS
- docs::entries::tutorial::t1::p12::STEP_NULL
- docs::entries::tutorial::t1::p13::STEP_COMPLETE_GAME
- docs::entries::tutorial::t1::p1::STEP_FIRST_PROGRAM
- docs::entries::tutorial::t1::p2::STEP_VARIABLES
- docs::entries::tutorial::t1::p3::STEP_TYPES
- docs::entries::tutorial::t1::p4::STEP_IO
- docs::entries::tutorial::t1::p5::STEP_OPERATORS_AND_DECISIONS
- docs::entries::tutorial::t1::p6::STEP_LOOPS
- docs::entries::tutorial::t1::p7::STEP_FOR_LOOPS
- docs::entries::tutorial::t1::p8::STEP_FUNCTIONS
- docs::entries::tutorial::t1::p9::STEP_ARRAYS
- docs::entries::tutorial::t2::p_a1::ADV_INTRO
- docs::entries::tutorial::t2::p_a2::ADV_MODULES
- docs::entries::tutorial::t2::p_a3::ADV_STRING_PARSING
- docs::entries::tutorial::t2::p_a4::ADV_CSV_PARSER
- docs::entries::tutorial::t2::p_a5::ADV_CSV_IO
- docs::entries::tutorial::t2::p_a6::ADV_CSV_QUERY
- docs::entries::tutorial::t2::p_a7::ADV_CSV_MUTATION
- docs::entries::tutorial::t2::p_b10::ADV_COMMANDS_ADD_LIST
- docs::entries::tutorial::t2::p_b11::ADV_COMMANDS_DONE_REMOVE
- docs::entries::tutorial::t2::p_b12::ADV_FILTERED_VIEWS
- docs::entries::tutorial::t2::p_b13::ADV_HELP_POLISH
- docs::entries::tutorial::t2::p_b14::ADV_COMPLETE
- docs::entries::tutorial::t2::p_b8::ADV_PROGRAM_LOOP
- docs::entries::tutorial::t2::p_b9::ADV_TIME
Constants
- interpreter::stdlib::array::KEYWORDS
- interpreter::stdlib::bitwise::KEYWORDS
- interpreter::stdlib::debug::KEYWORDS
- interpreter::stdlib::fs::KEYWORDS
- interpreter::stdlib::http::KEYWORDS
- interpreter::stdlib::io::KEYWORDS
- interpreter::stdlib::math::KEYWORDS
- interpreter::stdlib::math::constants::KEYWORDS
- interpreter::stdlib::net::KEYWORDS
- interpreter::stdlib::path::KEYWORDS
- interpreter::stdlib::process::KEYWORDS
- interpreter::stdlib::random::KEYWORDS
- interpreter::stdlib::result::KEYWORDS
- interpreter::stdlib::rl::KEYWORDS
- interpreter::stdlib::string::KEYWORDS
- interpreter::stdlib::terminal::KEYWORDS
- interpreter::stdlib::time::KEYWORDS
- interpreter::stdlib::types::KEYWORDS
- tooling::package::FOOTER_LEN
- tooling::package::MAGIC
- tooling::package::MAGIC_LEN
- tooling::workflows::CHECK_YML
- tooling::workflows::PACKAGE_YML