sk_string

Types

SkString = ref object of SkObject[sk_string_t]
  Source Edit

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