Skip to content

Power of throws

Compare
Choose a tag to compare
@Anviking Anviking released this 17 Jul 22:20
· 338 commits to master since this release
  • Simple and straightforward first implementation
  • String, Int, Double, Bool, Dictionary
  • T, T?, [T], [T]?
  • Left associativity
// ((j => "a") => "b") => "c"