pub fn to_i64(v: impl ToI64) -> Value
Slightly easier way to create a new ecf::Value::I64()
ecf::Value::I64()
This isn’t marked as const because it gives an error for const trait functions
const