mirror of
https://github.com/krahets/hello-algo.git
synced 2026-05-03 01:20:16 +08:00
build
This commit is contained in:
@@ -1552,7 +1552,7 @@ comments: true
|
||||
|
||||
```zig title="my_list.zig"
|
||||
// 列表类简易实现
|
||||
pub fn MyList(comptime T: type) type {
|
||||
fn MyList(comptime T: type) type {
|
||||
return struct {
|
||||
const Self = @This();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user