Types
- CanIOOpenT[T] = int | PathLike[T] 
- Source Edit
Procs
- proc `$`(p: CanIOOpenT): string 
- Mainly for error message Source Edit
Templates
- template mapPathLike[T](nexpr): T 
- Source Edit
- template mapPathLike[T](s: PathLike[T]; nimProc): T 
- Source Edit
CanIOOpenT[T] = int | PathLike[T]
proc `$`(p: CanIOOpenT): string
template mapPathLike[T](nexpr): T
template mapPathLike[T](s: PathLike[T]; nimProc): T