hepspl

Results 2 issues of hepspl

Am I doing something wrong here or > You may have to replace some generics or generic constraints with looser typing in order to transpile successfully. applies here? I think...

I noticed the problem after creating a lazy var inside a function. Swift: `func example() {` ` lazy var lazyVariable = { return Int.random(in: 1...10) }` ` print(lazyVariable)` `}` Transpiler...

transpilation