fun Function names Types in C Bindings fun A fun declaration inside a lib binds to a C function. lib C # In C: double cos(double x) fun cos ( value : Float64 ) ...
fun Function names Types in C Bindings fun A fun declaration inside a lib binds to a C function. lib C # In C: double cos(double x) fun cos ( value : Float64 ) ...
NamedTuple NamedTuple A NamedTuple is typically created with a named tuple literal: tuple = { name : "Crystal" , year : 2011 } # NamedTuple(name: String, year: Int32...
NamedTuple NamedTuple A NamedTuple is typically created with a named tuple literal: tuple = { name : "Crystal" , year : 2011 } # NamedTuple(name: String, year: Int32...
NamedTuple NamedTuple A NamedTuple is typically created with a named tuple literal: tuple = { name : "Crystal" , year : 2011 } # NamedTuple(name: String, year: Int32...
Hosting on GitHub GitHub Releases Continuous integration Hosting your docs on GitHub Pages Hosting on GitHub Create a repository with the same name and description as spec...
Hosting on GitHub GitHub Releases Continuous integration Hosting your docs on GitHub Pages Hosting on GitHub Create a repository with the same name and description as spec...
Hosting on GitHub GitHub Releases Continuous integration Hosting your docs on GitHub Pages Hosting on GitHub Create a repository with the same name and description as spec...
Continuous Integration The example application Continuous Integration step by step Continuous Integration The ability of having immediate feedback on what we are working shoul...