Skip to main content

LiquidI64Array

Type Alias LiquidI64Array 

Source
pub type LiquidI64Array = LiquidPrimitiveArray<Int64Type>;
Expand description

Liquid’s signed 64-bit integer array.

Aliased Type§

pub struct LiquidI64Array { /* private fields */ }