v0.2.0-alpha
New Features
Tagged Unions
π₯Tagged UnionsPattern Matching
ποΈPattern MatchingModifications
New Syntax
// Old Syntax - <type> <name>
fun getGreeting(String fullName)// New Syntax - <name>: <type>
fun getGreeting(fullName: String)New Pipe Operator
Discord and GitHub
Last updated