Skip to main content

LiquidI32Array

Type Alias LiquidI32Array 

Source
pub type LiquidI32Array = LiquidPrimitiveArray<Int32Type>;
Expand description

Liquid’s signed 32-bit integer array.

Aliased Type§

pub struct LiquidI32Array { /* private fields */ }