[][src]Function hatter::builtin::range_inclusive

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

..= operator

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