SwiftBuilder icon indicating copy to clipboard operation
SwiftBuilder copied to clipboard

SwiftBuilder is a fast way to assign new value to the property of the object.

Results 4 SwiftBuilder issues
Sort by recently updated
recently updated
newest added

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. ###...