Primitives
primitive Math
fun add(x: U64, y: U64): U64 =>
x + y
fun subtract(x: U64, y: U64): U64 =>
x - yLast updated
primitive Math
fun add(x: U64, y: U64): U64 =>
x + y
fun subtract(x: U64, y: U64): U64 =>
x - yLast updated