Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
恒等関数(fun x-> x)の短い表記はありますか?それ以外に独自の表記を定義しますか?書き込み
Seq.countBy (fun x -> x)
とても言葉っぽく見えます。
idに等しい短いバージョンがありますfun x -> x
id
fun x -> x
また、あなたの場合、あなたはただすることができますSeq.sort
Seq.sort