SwiftBuilder
SwiftBuilder copied to clipboard
SwiftBuilder is a fast way to assign new value to the property of the object.
add the ability to indicate generic type by the syntax of `init()` ```swift struct Target:CreateByVoid { } let target:Target = Builder() .build() ```
This PR Delete the Operator `+` and `-`, in case of the performance result. Here's the result of struct for creating over 1_000_000 objects with 60 steps of assign. ###...
TODO: Update readme