Skip to content

Commit

Permalink
Merge pull request #417 from Omnikar/add-insert-uiuism
Browse files Browse the repository at this point in the history
Add insert at index uiuism
  • Loading branch information
kaikalii committed Feb 26, 2024
2 parents 70f75c7 + 27febda commit 3c0d623
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 3c0d623

Please sign in to comment.