SwiftBuilder icon indicating copy to clipboard operation
SwiftBuilder copied to clipboard

🛠 create by void

Open ytyubox opened this issue 5 years ago • 0 comments

add the ability to indicate generic type by the syntax of init()

struct Target:CreateByVoid { }

let target:Target = 
    Builder()
        .build()

ytyubox avatar Sep 03 '20 09:09 ytyubox