package tezos-stdlib

  1. Overview
  2. Docs
val (--) : int -> int -> int list

Sequence: i--j is the sequence i;i+1;...;j-1;j