DoxigAlpha

Function parameters

Parameters

#
a:[]const u8
b:[]const u8

Type definitions in this namespace

Types

#
Diagnostics
Provide this to receive detailed error messages.
PipeOptions
pipeToFileSystem options
FileKind
Type of the file returned by iterator `next` method.
Iterator
Iterator over entries in the tar file represented by reader.

Saves tar file content to the file systems.

Functions

#
pipeToFileSystem
Saves tar file content to the file systems.

Source

Implementation

#
fn eql(a: []const u8, b: []const u8) bool {
    return std.mem.eql(u8, a, b);
}