Deep.Net


String

Namespace: Tensor.Utils

Functions and values

Function or valueDescription
concatButIfEmpty empty sep items
Signature: empty:string -> sep:string -> items:seq<string> -> string

combines sequence of string with given seperator but returns empty if sequence is empty

truncObj x
Signature: x:'?184060 -> string
Type parameters: '?184060

object x converted to a string and capped to a maximum length

Fork me on GitHub