Power of throws
- Simple and straightforward first implementation
String
,Int
,Double
,Bool
,Dictionary
T
,T?
,[T]
,[T]?
- Left associativity
// ((j => "a") => "b") => "c"
String
, Int
, Double
, Bool
, Dictionary
T
, T?
, [T]
, [T]?
// ((j => "a") => "b") => "c"