Description Usage Arguments Details
Split to list vertically
1 | splitToList(src, size, delim)
|
src. |
Vector to be splitted. |
size |
int. The size to keep after splitting. |
delim |
char. The length of src splitted by delim. |
The size after splitted should always be not smaller
than size. Otherwise, segfault might occur.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.