F# simplest way to split string to tuple

后端 未结 0 1205
猫巷女王i
猫巷女王i 2021-01-02 00:03

tl;dr

Should I implement each helper function like below?

let splitToTuple2 str =
    match str.Split() with
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题