nimTitle ropes ropes.html module std/ropes 0 nim Rope ropes.html#Rope type Rope 35 nim len ropes.html#len,Rope proc len(a: Rope): int 49 nim rope ropes.html#rope,string proc rope(s: string = ""): Rope 130 nim rope ropes.html#rope,BiggestInt proc rope(i: BiggestInt): Rope 149 nim rope ropes.html#rope,BiggestFloat proc rope(f: BiggestFloat): Rope 157 nim enableCache ropes.html#enableCache proc enableCache() 165 nim disableCache ropes.html#disableCache proc disableCache() 170 nim `&` ropes.html#&,Rope,Rope proc `&`(a, b: Rope): Rope 175 nim `&` ropes.html#&,Rope,string proc `&`(a: Rope; b: string): Rope 191 nim `&` ropes.html#&,string,Rope proc `&`(a: string; b: Rope): Rope 199 nim `&` ropes.html#&,openArray[Rope] proc `&`(a: openArray[Rope]): Rope 207 nim add ropes.html#add,Rope,Rope proc add(a: var Rope; b: Rope) 215 nim add ropes.html#add,Rope,string proc add(a: var Rope; b: string) 224 nim `[]` ropes.html#[],Rope,int proc `[]`(r: Rope; i: int): char 233 nim leaves ropes.html#leaves.i,Rope iterator leaves(r: Rope): string 257 nim items ropes.html#items.i,Rope iterator items(r: Rope): char 278 nim write ropes.html#write,File,Rope proc write(f: File; r: Rope) 283 nim write ropes.html#write,Stream,Rope proc write(s: Stream; r: Rope) 287 nim `$` ropes.html#$,Rope proc `$`(r: Rope): string 291 nim `%` ropes.html#%,string,openArray[Rope] proc `%`(frmt: string; args: openArray[Rope]): Rope 296 nim addf ropes.html#addf,Rope,string,openArray[Rope] proc addf(c: var Rope; frmt: string; args: openArray[Rope]) 349 nim equalsFile ropes.html#equalsFile,Rope,File proc equalsFile(r: Rope; f: File): bool 362 nim equalsFile ropes.html#equalsFile,Rope,string proc equalsFile(r: Rope; filename: string): bool 389 idx rope ropes.html#rope_1 Module ropes 0 nimgrp rope ropes.html#rope-procs-all proc 130 nimgrp write ropes.html#write-procs-all proc 283 nimgrp & ropes.html#&-procs-all proc 175 nimgrp add ropes.html#add-procs-all proc 215 nimgrp equalsfile ropes.html#equalsFile-procs-all proc 362