This proc from system you will need:
    
    
    proc toOpenArray*[T](x: ptr UncheckedArray[T]; first, last: int): 
openArray[T] {.
        magic: "Slice".}
    
    
    Run

Reply via email to