SPECTRALANG_

// DOCS NAVIGATION

Módulos da Stdlib — Resumo_

SOURCE: content/docs/reference/06-referencia-rapida.md06 Referência Rápida / 12. Módulos da Stdlib — Resumo / Stdlib Summary

MóduloFunções Principais / Key Functions
std.ioprint, println, eprint, eprintln, read_line, input, flush
std.stringlen, contains, to_upper, to_lower, trim, substring, replace, split_first, split_last, index_of, concat, is_empty, reverse_str, pad_left, pad_right
std.mathabs, min, max, clamp, sign, gcd, lcm, sqrt_f, pow_f, floor_f, ceil_f, round_f, sin_f, cos_f, tan_f, log_f, pi, e_const
std.convertint_to_string, float_to_string, bool_to_string, string_to_int, string_to_float, int_to_float, float_to_int, string_to_int_or, bool_to_int
std.collectionslist_new, list_push, list_pop, list_len, list_get, list_set, list_sort, list_contains, list_index_of, list_free
std.randomrandom_seed, random_int, random_float, random_bool
std.fsfs_read, fs_write, fs_append, fs_exists, fs_remove
std.envenv_get, env_set, env_args_count, env_arg
std.optionis_some, is_none, option_unwrap, option_unwrap_or
std.resultis_ok, is_err, result_unwrap, result_unwrap_or, result_unwrap_err
std.charis_alpha, is_digit_char, is_whitespace_char, is_alphanumeric, to_upper_char, to_lower_char
std.timetime_now_millis, time_now_secs, sleep_ms
std.rangecreate, len, at, eq, start, end, is_inclusive