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 ) ...
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 ) ...
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 ) ...
Performance Premature optimization Avoiding memory allocations Don’t create intermediate strings when writing to an IO Use string interpolation instead of concatenation Avoid IO...
Performance Premature optimization Avoiding memory allocations Don’t create intermediate strings when writing to an IO Use string interpolation instead of concatenation Avoid IO...
Performance Premature optimization Avoiding memory allocations Don’t create intermediate strings when writing to an IO Use string interpolation instead of concatenation Avoid IO...
Performance Premature optimization Avoiding memory allocations Don’t create intermediate strings when writing to an IO Use string interpolation instead of concatenation Avoid IO...
Documenting code Inheriting Documentation Flagging Classes, Modules, and Methods Use Crystal’s code formatter A Complete Example Documenting code Crystal can generate docum...