fn cast(comptime DestType: type, target: anytype) DestType
[src]
Given a type and value, cast the value to the type as c would.
fn cast(comptime DestType: type, target: anytype) DestType
Given a type and value, cast the value to the type as c would.