예제 #1
0
파일: NativeImpl.cs 프로젝트: noop-dev/DFP
 internal UInt64 divideByInt64(UInt64 x, Int64 integer) => NativeImports.divideByInt64(x, integer);