Documentation
¶
Overview ¶
Package funcs implements low-level flows (runtime functions). It has only one exported entity which is function creators registry.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRegistry ¶ added in v0.26.0
func NewRegistry() map[string]runtime.FuncCreator
Types ¶
This section is empty.
Source Files
¶
- accumulator.go
- and.go
- args.go
- arr_port_to_list.go
- arr_port_to_stream.go
- atoi.go
- bytes_from_string.go
- cond.go
- del.go
- dict_to_stream.go
- dotenv_load.go
- eq.go
- errors_new.go
- fan_in.go
- fan_out.go
- field.go
- file_close.go
- file_create.go
- file_handles.go
- file_open.go
- file_read_all.go
- file_read_all_handle.go
- file_stdio.go
- file_write_all_handle.go
- float_add.go
- float_div.go
- float_from_int.go
- float_is_greater.go
- float_is_lesser.go
- float_mul.go
- float_neg.go
- float_sub.go
- format_bool.go
- format_float.go
- format_int.go
- get_dict_value_by_key.go
- http.go
- image.go
- image_encode.go
- image_new.go
- int_add.go
- int_bitwise_and.go
- int_bitwise_lsh.go
- int_bitwise_or.go
- int_bitwise_rsh.go
- int_bitwise_xor.go
- int_decr.go
- int_div.go
- int_from_float.go
- int_inc.go
- int_is_greater.go
- int_is_greater_or_equal.go
- int_is_lesser.go
- int_is_lesser_or_equal.go
- int_mod.go
- int_mul.go
- int_neg.go
- int_pow.go
- int_sub.go
- itoa.go
- list_append.go
- list_at.go
- list_concat.go
- list_len.go
- list_prepend.go
- list_slice.go
- list_to_stream.go
- lock.go
- match.go
- ne.go
- new.go
- not.go
- operator_helpers.go
- or.go
- os_env.go
- os_environ.go
- os_exit.go
- os_fs.go
- os_process.go
- panic.go
- parse_bool.go
- parse_float.go
- parse_int.go
- ports_helpers.go
- print.go
- printf.go
- println.go
- race.go
- regexp_submatch.go
- registry.go
- scanln.go
- select.go
- stream_enumerate.go
- stream_int_range.go
- stream_just.go
- stream_product.go
- stream_to_dict.go
- stream_to_list.go
- stream_zip.go
- stream_zip_many.go
- string_add.go
- string_at.go
- string_from_int_codepoint.go
- string_is_greater.go
- string_is_lesser.go
- string_join.go
- string_slice.go
- string_split.go
- string_to_stream.go
- strings_from_bytes.go
- strings_to_lower.go
- strings_to_upper.go
- struct.go
- switch.go
- ternary.go
- time_delay.go
- time_sleep.go
- turn.go
- union.go
- utils.go
- utils_os.go
- wait_group.go
- write_all.go
Click to show internal directories.
Click to hide internal directories.