Function to_i64

Source
pub fn to_i64(v: impl ToI64) -> Value
Expand description

Slightly easier way to create a new ecf::Value::I64()

This isn’t marked as const because it gives an error for const trait functions