mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-16 13:00:50 +00:00
Many internal structures refer to trace positions; this is an important type of values. In the code, it is sometimes `u32`, sometimes `usize`. While such variables usually have "_pos" suffix, having a dedicated type does improve code with type guarantees.