diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2018-07-11 21:11:20 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2018-07-11 21:14:09 -0400 |
| commit | 3d02c3fb6704da4d21b09a57aabaae536b1ddbfe (patch) | |
| tree | da9abe491910712f629bc5c5470c30016832fb6f /docs | |
| parent | 70f0601ee32385ab7915e63de3cc7d7d310a82ae (diff) | |
Add conv.ToStrings function
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/functions/conv.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/content/functions/conv.md b/docs/content/functions/conv.md index 792424ec..8b06598a 100644 --- a/docs/content/functions/conv.md +++ b/docs/content/functions/conv.md @@ -254,4 +254,8 @@ Converts the inputs to an array of `float64`s ## `conv.ToString` -Converts the input (of any type) to a `string`
\ No newline at end of file +Converts the input (of any type) to a `string` + +## `conv.ToStrings` + +Converts the inputs (of any type) to an array of `string`s |
