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
suggestions for improvement in increasing level of effort for the change
update the second one above to be consistent with the rest of all the tables and use st as the "input string"
(more work) have a a different legend for each "from X to Y"
actually use the types from the source code that the procedure accepts - I think this is the superior choice for clarity and consistency, but is more work. It would not require a flexible term like st that means different things for each conversion procedure listed.
The text was updated successfully, but these errors were encountered:
issue
The use of the conceptual term
st
in the string type conversion table https://odin-lang.org/docs/overview/#string-type-conversions may not be consistent.examples
st
is used here https://odin-lang.org/docs/overview/#from-rune-to-string as the input to:utf8.runes_to_string(st)
st
is not used here https://odin-lang.org/docs/overview/#from-u8-and-length-int-to-string as the input to:strings.string_from_ptr(ptr, length)
suggestions for improvement in increasing level of effort for the change
st
as the "input string"st
that means different things for each conversion procedure listed.The text was updated successfully, but these errors were encountered: