gpt4 book ai didi

f# - 在F#中,为什么同时存在List.empty和List.Empty

转载 作者:行者123 更新时间:2023-12-03 04:50:32 26 4
gpt4 key购买 nike

在 Visual Studio 中,Intellisense 显示 List.emptyList.Empty。有什么不同?为什么他们都在那里?

最佳答案

One is a static property List 类型。 The other is a functionList 模块中。他们做同样的事情。具有关联模块的类型是 F# 中的常见模式,并且两者经常重叠,很可能是为了方便。其他重复的成员包括 IsEmptyHeadLength

关于f# - 在F#中,为什么同时存在List.empty和List.Empty,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24212546/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com