This commit is contained in:
Folkert 2021-07-24 00:13:00 +02:00
parent 910cbb47c0
commit 59e551dd32
4 changed files with 2 additions and 6 deletions

View file

@ -3,8 +3,6 @@ const utils = @import("utils.zig");
const RocResult = utils.RocResult;
const mem = std.mem;
const TAG_WIDTH = 8;
const EqFn = fn (?[*]u8, ?[*]u8) callconv(.C) bool;
const CompareFn = fn (?[*]u8, ?[*]u8, ?[*]u8) callconv(.C) u8;
const Opaque = ?[*]u8;