Skip to content

AielloChan/separate_with

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

separate_with

Just intersperse "segmenter" in "list"

Features

separateWith(["a", "b", "c"], "d") == ["a", "d", "b", "d", "c"]

About

intersperse "segmenter" in "list"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages