odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.1k stars 550 forks source link

Add `raw_data` proc to `base/builtin/builtin.odin` #3835

Closed thetarnav closed 2 days ago

thetarnav commented 2 days ago

raw_data was missing, but it's nice to be able to see it's rough definition. Had to split it into a proc group, so the other procs are made private because they are not real anyway

gingerBill commented 2 days ago

These are not even procedures. That's just going to confuse people further.