DoxigAlpha

DynamicLinker

Fields of this type

Fields

#
buffer:[255]u8
Contains the memory used to store the dynamic linker path.
len:u8
Used to construct the dynamic linker path.

Type definitions in this namespace

Types

#

Asserts that the length is less than or equal to 255 bytes.

Functions

#
init
Asserts that the length is less than or equal to 255 bytes.
get
The returned memory has the same lifetime as the `DynamicLinker`.
set
Asserts that the length is less than or equal to 255 bytes.
setFmt
Asserts that the length is less than or equal to 255 bytes.
standard
The strictness of this function depends on the value of `kind(os.tag)`:

= .{ .buffer = undefined, .len = 0 }

Values

#
none
= .{ .buffer = undefined, .len = 0 }