All (or most) constructors functions are prefixed with New, #60665 added a function called OIDFromInts. I think that we should prefix it with New, as we do in other parts of the std.
When I want to construct some type I often look what LSP finds for New*, it might be slightly confusing that it is not prefixed with New. It was added just recently so we are still free to change the name at this point.
CC @rolandshoemaker
All (or most) constructors functions are prefixed with New, #60665 added a function called
OIDFromInts. I think that we should prefix it with New, as we do in other parts of the std.When I want to construct some type I often look what LSP finds for New*, it might be slightly confusing that it is not prefixed with New. It was added just recently so we are still free to change the name at this point.
CC @rolandshoemaker