F# - Append an element to the beginning of a list

后端 未结 0 1127
南方客
南方客 2021-01-12 05:41

so I am trying to append an element to the beginning of a mutable list. This is what I am working with:


type Item<\'a> =
    { mutable value: \'a
              


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