ExtraData
Fields of this type
Fields
- data:T
- end:usize
Source
Implementation
fn ExtraData(comptime T: type) type {
return struct { data: T, end: usize };
}Fields of this type
Source
fn ExtraData(comptime T: type) type {
return struct { data: T, end: usize };
}