C# int.Parse랑 uint.Parse를 제네릭하게 추상화 하기힘듬 Rust Option[T]::and_then이랑 Result[T]::and_then을 추상화 하기힘듬 Haskell
parse가 string -> int 같은거 아님? C# interface로 static method 못만드나?
못만듬
C# 인터페이스는 동적디스페치가 가능해야해서 정적멤버 못가짐