gpt4 book ai didi

F# 多行静态方法

转载 作者:行者123 更新时间:2023-12-02 09:01:17 25 4
gpt4 key购买 nike

我确信这应该是显而易见的,但是我如何在类中拥有多行静态方法?我就是想不通...

最佳答案

只需将它们写成多行即可。编译器可以根据缩进推断方法体。

type Example = class
static member Foo a b =
// ...
a + b
end
Example.Foo 1 2

关于F# 多行静态方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/990385/

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