Hello,
thank you for the std/paths and std/libs libraries. I will used my own implementation of type Path in my projects and now I can use directly from standard library.
I have a question, is there any reason why in the std/paths is not implemented function
proc `$`(path:Path): string =
thanks
Yes, I know, that's exactly what I'm doing. But it's not very nice
Function
proc `$`*(path: Path): string `
is useful because it automatically converts to a string, for example in an echo command.
I was just wondering why it's not in std/paths, if there's some special reason for it.
I was just wondering why it's not in std/paths, if there's some special reason for it.
We probably were too cautious here.