コード例 #1
0
ファイル: NativeImpl.cs プロジェクト: noop-dev/DFP
 internal Boolean isEqual(UInt64 a, UInt64 b) => NativeImports.isEqual(a, b);