0 people like it.

String.Join with pipe

Just use the concat

1: 
module String = let Join = String.concat
module String

from Microsoft.FSharp.Core
val Join : (string -> seq<string> -> string)
val concat : sep:string -> strings:seq<string> -> string

More information

Link:http://fssnip.net/8aH
Posted:19 days ago
Author:Tuomas Hietanen
Tags: string