DoxigAlpha

ExtraData

Fields of this type

Fields

#
data:T
end:usize

Source

Implementation

#
fn ExtraData(comptime T: type) type {
    return struct { data: T, end: usize };
}