SwiftBuilder
SwiftBuilder copied to clipboard
🛠create by void
add the ability to indicate generic type by the syntax of init()
struct Target:CreateByVoid { }
let target:Target =
Builder()
.build()