Skip to content

Hassium Version 1.4.0

Compare
Choose a tag to compare
@zdimension zdimension released this 21 Oct 18:01
· 286 commits to master since this release

Added dictionary initializer with [:] (like arrays) :

dict = new Dictionary();

becomes :

dict = [:];