Procs
proc newSkString(): SkString {...}{.raises: [UnsupportedOperationError], tags: [].}
- Source Edit
proc newSkString(src: string): SkString {...}{.raises: [UnsupportedOperationError], tags: [].}
- Source Edit
proc `$`(this: SkString): string {...}{.raises: [], tags: [].}
- Source Edit
proc dispose(this: SkString) {...}{.raises: [], tags: [].}
- Source Edit