Änderungen

Summary

  1. add typecasting as a default import and fix warnings (#31) (details)
Commit bc43f4875fff10490773df615a91816d70158307 by frotty
add typecasting as a default import and fix warnings (#31)

* add typecasting as a default import because let's be real everyone uses it all the time

* fix stdlib giving random warnings all over the place, also made StringUtils arrays initialize in compiletime

* remove the warning without introducing unnecessary functions
The file was modifiedwurst/util/StringUtilsTests.wurst (diff)
The file was modifiedwurst/Wurst.wurst (diff)
The file was modifiedwurst/util/StringUtils.wurst (diff)
The file was modifiedwurst/util/GroupUtils.wurst (diff)
The file was modifiedwurst/_handles/primitives/StringTests.wurst (diff)
The file was modifiedwurst/data/LinkedList.wurst (diff)
The file was modifiedwurst/data/LinkedListTests.wurst (diff)
The file was modifiedwurst/file/FileIO.wurst (diff)