package
0.0.0-20241210060935-05f98783592e
Repository: https://github.com/gabibizdoc/advent-of-code.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Deprecated: ForEachCombination is deprecated.
Deprecated: GenerateAllPermutations is deprecated.
Deprecated: GenerateCombinations is deprecated.
GenerateNonOverlappingReplacements calls ReplaceNext of any non overlapping group until no replacements left.
GenerateReplacements calls ReplaceNext until no replacements left.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReplaceNext replaces the first occurrence of the substring `old` in the string `str` starting from index `i` with the substring `new` returning the index after the replaced substring and the new string or -1 if `old` is not found.

# Variables

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author