Skip to main content

u64_to_value

Function u64_to_value 

Source
pub fn u64_to_value(v: u64) -> Value
Expand description

Converts a u64 into a Value.

Sqlite uses i64 as its internal representation format. Note that the as operator performs a lossless conversion from u64 to i64.