Avatar
omochimetaru 2/13/2020 6:13 AM
Introduce support for initialized let/var declarations within function builder closures, e.g., let (a, b) = c() We generate constraints for the declarations as elsewhere, but the types of the decl...
6:13 AM
FunctionBuilderでlet書けるのはとても良さそう。