Skip to content

Commit

Permalink
Add insert at index uiuism
Browse files Browse the repository at this point in the history
  • Loading branch information
Omnikar committed Feb 26, 2024
1 parent 70f75c7 commit 27febda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/src/uiuisms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ uiuisms!(
"◫⊙⊂⊃⊙∘(↙-1) 3 ⇡7",
/// Split an array at an index
"⊃↙↘ 3 [1 2 3 4 5]",
/// Insert a value into an array at an index
"⍜⊙↻⊂ π 3 [1 2 3 4 5]",
/// Split an array by a delimiter
r#"⊜□≠, @, "split,this,up""#,
/// Split an array by a delimiter with fill elements
Expand Down

0 comments on commit 27febda

Please sign in to comment.