@ -4,14 +4,15 @@ pub fn LLIst (comptime T: type) type {
return struct {
const Self = @This();
// nur um den compiler zufrieden zu stellen 😡
const _: T = undefined;
pub fn init() void {
//TODO
}
pub fn deinit() void {
};