[][src]Function hatter::builtin::range

pub fn range(args: Args<'_>) -> Result<Value>

.. operator

1..5 #=> [1,2,3,4]