Search code examples
How to create a tuple using constructor inside macro in crystal lang...

tuplescrystal-lang

Read More
Creating methods with a macro based on the names of an enum...

macroscrystal-lang

Read More
Correctly moving around types with JSON::PullParser...

jsoncrystal-lang

Read More
Are Hashes ever on the stack in Crystal lang?...

crystal-lang

Read More
Is it possible to extend class for limited types only?...

crystal-lang

Read More
How do I call instance method from string?...

crystal-lang

Read More
How do you access the return value of the route in Kemal after_all method?...

crystal-langkemal

Read More
How to generate a random Time?...

randomtimecrystal-lang

Read More
How to concatenate bytes in Crystal...

crystal-lang

Read More
How to detect data types in Crystal if they cannot be determined at compile-time?...

typesconditional-statementsethereumcompile-timecrystal-lang

Read More
Why NamedTuple of same types are not compatible?...

crystal-lang

Read More
Why JSON::Builder not using `with obj yield` modifier?...

crystal-lang

Read More
Crystal how to convert Array(T) to Array(T?)...

crystal-lang

Read More
How to pass method to block in Crystal...

crystal-lang

Read More
Any way to enable Float and Int in Crystal?...

crystal-lang

Read More
Type-safe way to remove nulls from Array in Crystal...

crystal-lang

Read More
No overload matches 'Slice(UInt8)#+' with type Slice(UInt8) when running code...

crystal-lang

Read More
Named arguments shortcut for Crystal...

crystal-lang

Read More
Overload method with named arguments in Crystal?...

crystal-lang

Read More
Generic NamedTuple in Crystal...

crystal-lang

Read More
Using IO#pos and IO#seek with UDPSocket...

socketsdnscrystal-lang

Read More
How to use union in "if" statement [Crystal]...

crystal-lang

Read More
Killing a Thread in Crystal lang...

multithreadingcrystal-lang

Read More
Get string class method called on - Ruby/Crystal...

crystal-lang

Read More
Error: undefined local variable or method 'var' for top-level...

crystal-lang

Read More
Type refinement in Crystal from yielding blocks...

crystal-lang

Read More
Issue inferring type for generic...

crystal-lang

Read More
Can modules be used as type restrictions?...

crystal-lang

Read More
How to read all the items from the Channel when you don't know their actual count...

concurrencycrystal-lang

Read More
Removing duplicates from CSV -- performance problems...

performancecrystal-lang

Read More
BackNext