mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-18 10:37:35 +00:00
This represents the type of a calculation, which may involve multiplying or dividing the various numeric types together (eg, length*length, or length/time, or whatever). For now, I've made "Return failure" in each algorithm return an empty Optional. This may or may not be a good solution but we'll see. :^)