You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// types must be an iterable of types (tuple, slice, ptr to array)pubfnPeerType(comptimetypes: anytype) ?type;
pubfncoercesTo(comptimedst: type, comptimesrc: type) bool;
pubfnrequiresComptime(comptimeT: type) bool;
License
MIT
About
Zig peer type resolution at comptime, ported from the compiler source code