예제 #1
0
파일: NativeImpl.cs 프로젝트: noop-dev/DFP
 internal UInt64 min4(UInt64 a, UInt64 b, UInt64 c, UInt64 d) => NativeImports.min4(a, b, c, d);