Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new string words #3

Merged
merged 5 commits into from
Aug 2, 2023
Merged

add new string words #3

merged 5 commits into from
Aug 2, 2023

Conversation

cryshado
Copy link
Contributor

@cryshado cryshado commented Aug 2, 2023

  • $at (S n -- S')
  • $mul (S n -- S*n)
  • $sybs (S -- t[S'0, S'1, S'2, ..., S'n])
  • $sub (S x y -- S')
  • $sep (S S1 -- t(...))
  • $rep (S S1 S2 -- S')
  • $repn (S S1 S2 n -- S')
  • $repm (S S1 S2 -- S')

src/modules/string_utils.rs Outdated Show resolved Hide resolved
src/modules/string_utils.rs Show resolved Hide resolved
@Rexagon Rexagon merged commit 4530342 into broxus:master Aug 2, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants