From 3d02c3fb6704da4d21b09a57aabaae536b1ddbfe Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Wed, 11 Jul 2018 21:11:20 -0400 Subject: Add conv.ToStrings function Signed-off-by: Dave Henderson --- docs/content/functions/conv.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3