TagPayload
Deprecated: Use @FieldType(U, @tagName(tag))
Source
Implementation
pub fn TagPayload(comptime U: type, comptime tag: Tag(U)) type {
return TagPayloadByName(U, @tagName(tag));
}Deprecated: Use @FieldType(U, @tagName(tag))
Source
pub fn TagPayload(comptime U: type, comptime tag: Tag(U)) type {
return TagPayloadByName(U, @tagName(tag));
}