Three Questions with code example related to this in the Overview https://odin-lang.org/docs/overview/#implicit-type-conversions:
-
What are ***examples ***(both directions) of and implicit type conversion in code for the double-ended arrow examples below?
-
What does ***base *** refer to: bin v hex v dec etc. or f32 v int etc.?
-
Is this base designation related to the term 'distinct' and if not what does ***distinct ***mean?
distinct proc <-> proc (same base types)
distinct matrix <-> matrix (same base types)