Expand description
Deduction for string
Structs§
- Handle
RcVec - A container for managing a collection of asynchronous task join handles.
- StrDeducer
- A struct hold configuration for string deduction tasks.
Functions§
- ite_
concat_ split - Performs conditional splitting of string slices based on whether each string starts with its corresponding delimiter. The function returns a tuple containing a boolean value and a string value.
- split_
once - Deduce splits for each string in the input slice once over the corresponding delimiter, resulting in two separate string parts and a boolean indicating successful splits.
- value_
split - Splits each string in the provided slice using corresponding delimiters and returns the collection of split results as a list value wrapped in Value.