Instead of having multiple constructors I think it would be nicer to have a simple constructor and multiple with_ functions to customize it futher. Ideally we also have set_ methods that take a &mut self and return &mut Self.
Originally posted by @baszalmstra in #2566 (comment)
And:
Instead of having multiple constructors I think it would be nicer to have a simple constructor and multiple
with_functions to customize it futher. Ideally we also haveset_methods that take a&mut selfand return&mut Self.Originally posted by @baszalmstra in #2566 (comment)
And: