google / go-jsonnet

Apache License 2.0
1.61k stars 231 forks source link

std.splitLimitR is missing from go-jsonnet #728

Closed mahaffey closed 3 months ago

mahaffey commented 1 year ago

Function missing in go: https://github.com/search?q=repo%3Agoogle%2Fgo-jsonnet%20splitLimitR&type=code

Function present in C: https://github.com/search?q=repo%3Agoogle%2Fjsonnet%20splitLimitR&type=code

docs example: "available" since 0.19.0 https://jsonnet.org/ref/stdlib.html#:~:text=std.splitLimitR(str%2C%20c%2C%20maxsplits)