Casting user define type back to tuple

前端 未结 0 1106
北海茫月
北海茫月 2020-12-17 03:22

I am new to F#. I am working with a custom type which contains tuples.

type myType = 
    | obj1 of int * int
    | obj2 of string * string

N

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