proc getLowerBound(x: Slice[int]): int =
      x.low # ? but error
    
    
    Run

Reply via email to