OSDN Git Service

remove the individual md ref files
[joypy/Thun.git] / docs / reference / shunt.md
diff --git a/docs/reference/shunt.md b/docs/reference/shunt.md
deleted file mode 100644 (file)
index 694b126..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-------------------------------------------------------------------------
-
-## shunt
-
-Function
-
-Like [concat] but [reverse] the top list into the second.
-
-### Example
-
-       [a b c] [d e f] shunt
-    ---------------------------
-           [f e d a b c] 
-
-### Definition
-
-> \[[swons]\] [step]
-
-### Discussion
-
-This is more efficient than [concat] so prefer it if you don't need to
-preserve order.
-
-### Crosslinks
-
-[concat]
-[reverse]
-[shift]
-