crexista/KabuKit

Abolish the use of `as!`

crexista opened this issue · 0 comments

Using as! is not safe (it has possibilities of crush).
so use as? instead of as!