Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
xgo / usr / lib / xgo / demo / stringtrans / transform.xgo
Size: Mime:
t := "u_int32_t"
echo t.split("_").capitalize.join("")
echo t.split("_").repeat(3).join(" ")