You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/public/docs/nim/index.json

1 line
628 KiB

7 years ago
{"entries":[{"name":"acyclic pragma","path":"manual#pragmas-acyclic-pragma","type":"Manual: Pragmas"},{"name":"algorithm","path":"algorithm","type":"algorithm"},{"name":"algorithm.*","path":"algorithm#*,int,SortOrder","type":"algorithm"},{"name":"algorithm.binarySearch()","path":"algorithm#binarySearch,openArray[T],T","type":"algorithm"},{"name":"algorithm.fill()","path":"algorithm#fill,openArray[T],Natural,Natural,T","type":"algorithm"},{"name":"algorithm.isSorted()","path":"algorithm#isSorted,openArray[T],proc(T,T)","type":"algorithm"},{"name":"algorithm.lowerBound()","path":"algorithm#lowerBound,openArray[T],T,proc(T,T)","type":"algorithm"},{"name":"algorithm.nextPermutation()","path":"algorithm#nextPermutation,openArray[T]","type":"algorithm"},{"name":"algorithm.prevPermutation()","path":"algorithm#prevPermutation,openArray[T]","type":"algorithm"},{"name":"algorithm.product()","path":"algorithm#product,openArray[seq[T]]","type":"algorithm"},{"name":"algorithm.reverse()","path":"algorithm#reverse,openArray[T],Natural,Natural","type":"algorithm"},{"name":"algorithm.reversed()","path":"algorithm#reversed,openArray[T],Natural,int","type":"algorithm"},{"name":"algorithm.rotatedLeft()","path":"algorithm#rotatedLeft,openArray[T],HSlice[int,int],int","type":"algorithm"},{"name":"algorithm.rotateLeft()","path":"algorithm#rotateLeft,openArray[T],HSlice[int,int],int","type":"algorithm"},{"name":"algorithm.smartBinarySearch()","path":"algorithm#smartBinarySearch,openArray[T],T","type":"algorithm"},{"name":"algorithm.sort()","path":"algorithm#sort,openArray[T],proc(T,T)","type":"algorithm"},{"name":"algorithm.sorted()","path":"algorithm#sorted,openArray[T],proc(T,T)","type":"algorithm"},{"name":"algorithm.sortedByIt()","path":"algorithm#sortedByIt.t,untyped,untyped","type":"algorithm"},{"name":"algorithm.SortOrder","path":"algorithm#SortOrder","type":"algorithm"},{"name":"Anonymous Procs","path":"manual#procedures-anonymous-procs","type":"Manual: Procedures"},{"name":"API naming design","path":"apis","type":"Reference"},{"name":"Array and sequence types","path":"manual#types-array-and-sequence-types","type":"Manual: Types"},{"name":"asmNoStackFrame pragma","path":"manual#pragmas-asmnostackframe-pragma","type":"Manual: Pragmas"},{"name":"Assembler statement","path":"manual#statements-and-expressions-assembler-statement","type":"Manual: Statements and expressions"},{"name":"Assignment compatibility","path":"manual#type-relations-assignment-compatibility","type":"Manual: Type relations"},{"name":"Associativity","path":"manual#syntax-associativity","type":"Manual: Syntax"},{"name":"AST based overloading","path":"manual#ast-based-overloading","type":"Manual"},{"name":"asyncdispatch","path":"asyncdispatch","type":"asyncdispatch"},{"name":"asyncdispatch.==","path":"asyncdispatch#==,AsyncFD,AsyncFD","type":"asyncdispatch"},{"name":"asyncdispatch.accept()","path":"asyncdispatch#accept,AsyncFD","type":"asyncdispatch"},{"name":"asyncdispatch.acceptAddr()","path":"asyncdispatch#acceptAddr,AsyncFD","type":"asyncdispatch"},{"name":"asyncdispatch.addEvent()","path":"asyncdispatch#addEvent,AsyncEvent,Callback","type":"asyncdispatch"},{"name":"asyncdispatch.addProcess()","path":"asyncdispatch#addProcess,int,Callback","type":"asyncdispatch"},{"name":"asyncdispatch.addRead()","path":"asyncdispatch#addRead,AsyncFD,Callback","type":"asyncdispatch"},{"name":"asyncdispatch.addTimer()","path":"asyncdispatch#addTimer,int,bool,Callback","type":"asyncdispatch"},{"name":"asyncdispatch.addWrite()","path":"asyncdispatch#addWrite,AsyncFD,Callback","type":"asyncdispatch"},{"name":"asyncdispatch.async","path":"asyncdispatch#async.m,untyped","type":"asyncdispatch"},{"name":"asyncdispatch.AsyncEvent","path":"asyncdispatch#AsyncEvent","type":"asyncdispatch"},{"name":"asyncdispatch.AsyncFD","path":"asyncdispatch#AsyncFD","type":"asyncdispatch"},{"name":"asyncdispatch.close()","path":"asyncdispatch#close,AsyncEvent","type":"asyncdispatch"},{"name":"asyncdispatch.closeSocket()","path":"asyncdispatch#closeSocket,AsyncFD","type":"asyncdispatch"},{"name":"asyncdispatch.