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/crystal/index.json

1 line
604 KiB

7 years ago
{"entries":[{"name":"&& - Logical AND Operator","path":"docs/syntax_and_semantics/and","type":"Book: Language"},{"name":"abort","path":"api/0.24.1/toplevel#abort(message,status=1):NoReturn-class-method","type":"Top Level Namespace"},{"name":"Adler32","path":"api/0.24.1/adler32","type":"Adler32"},{"name":"Adler32.checksum","path":"api/0.24.1/adler32#checksum(data):UInt32-class-method","type":"Adler32"},{"name":"Adler32.combine","path":"api/0.24.1/adler32#combine(adler1:UInt32,adler2:UInt32,len):UInt32-class-method","type":"Adler32"},{"name":"Adler32.initial","path":"api/0.24.1/adler32#initial:UInt32-class-method","type":"Adler32"},{"name":"Adler32.update","path":"api/0.24.1/adler32#update(data,adler32:UInt32):UInt32-class-method","type":"Adler32"},{"name":"alias","path":"docs/syntax_and_semantics/alias","type":"Book: Language"},{"name":"ArgumentError","path":"api/0.24.1/argumenterror","type":"Exceptions"},{"name":"ArgumentError.new","path":"api/0.24.1/argumenterror#new(message=&quot;Argumenterror&quot;)-class-method","type":"Exceptions"},{"name":"Array","path":"api/0.24.1/array","type":"Array"},{"name":"Array#&","path":"api/0.24.1/array#&(other:Array(U))forallU-instance-method","type":"Array"},{"name":"Array#*","path":"api/0.24.1/array#*(times:Int)-instance-method","type":"Array"},{"name":"Array#+","path":"api/0.24.1/array#+(other:Array(U))forallU-instance-method","type":"Array"},{"name":"Array#-","path":"api/0.24.1/array#-(other:Array(U))forallU-instance-method","type":"Array"},{"name":"Array#<<","path":"api/0.24.1/array#<<(value:T)-instance-method","type":"Array"},{"name":"Array#<=>","path":"api/0.24.1/array#(other:Array)-instance-method","type":"Array"},{"name":"Array#==","path":"api/0.24.1/array#==(other:Array)-instance-method","type":"Array"},{"name":"Array#clear","path":"api/0.24.1/array#clear-instance-method","type":"Array"},{"name":"Array#clone","path":"api/0.24.1/array#clone-instance-method","type":"Array"},{"name":"Array#combinations","path":"api/0.24.1/array#combinations(size:Int=self.size)-instance-method","type":"Array"},{"name":"Array#compact","path":"api/0.24.1/array#compact-instance-method","type":"Array"},{"name":"Array#compact!","path":"api/0.24.1/array#compact!-instance-method","type":"Array"},{"name":"Array#concat","path":"api/0.24.1/array#concat(other:Enumerable)-instance-method","type":"Array"},{"name":"Array#delete","path":"api/0.24.1/array#delete(obj)-instance-method","type":"Array"},{"name":"Array#delete_at","path":"api/0.24.1/array#delete_at(index:Int,count:Int)-instance-method","type":"Array"},{"name":"Array#dup","path":"api/0.24.1/array#dup-instance-method","type":"Array"},{"name":"Array#each_combination","path":"api/0.24.1/array#each_combination(size:Int=self.size,reuse=false)-instance-method","type":"Array"},{"name":"Array#each_permutation","path":"api/0.24.1/array#each_permutation(size:Int=self.size,reuse=false)-instance-method","type":"Array"},{"name":"Array#each_repeated_combination","path":"api/0.24.1/array#each_repeated_combination(size:Int=self.size,reuse=false,&block):Nil-instance-method","type":"Array"},{"name":"Array#each_repeated_permutation","path":"api/0.24.1/array#each_repeated_permutation(size:Int=self.size,reuse=false,&block):Nil-instance-method","type":"Array"},{"name":"Array#fill","path":"api/0.24.1/array#fill(from:Int,count:Int,&block)-instance-method","type":"Array"},{"name":"Array#first","path":"api/0.24.1/array#first(n:Int)-instance-method","type":"Array"},{"name":"Array#flatten","path":"api/0.24.1/array#flatten-instance-method","type":"Array"},{"name":"Array#insert","path":"api/0.24.1/array#insert(index:Int,object:T)-instance-method","type":"Array"},{"name":"Array#last","path":"api/0.24.1/array#last(n:Int)-instance-method","type":"Array"},{"name":"Array#map","path":"api/0.24.1/array#map(&block:T->U)forallU-instance-method","type":"Array"},{"name":"Array#map!","path":"api/0.24.1/array#map!(&block)-instance-method","type":"Array"},{"name":"Array#map_with_index","path":"api/0.24.1/array#map_with_index(&block:T,Int32->U)forallU-instance-method","type":"Array"},{"name":"Arra