Added some doc
This commit is contained in:
@@ -8,6 +8,7 @@ const MetadataReader = @import("readers/metadata.zig").MetadataReader;
|
||||
|
||||
const TableError = error{InvalidIndex};
|
||||
|
||||
/// A lazily read squashfs table.
|
||||
pub fn Table(
|
||||
comptime T: type,
|
||||
) type {
|
||||
|
||||
Reference in New Issue
Block a user