issues
search
swiftfn
/
Cpp4Susans
Tool to automatically create bindings around C++ for other languages, based on Clang/LLVM
1
stars
0
forks
source link
Swift: Add util methods to improve naming
#16
Open
ngocdaothanh
opened
5 years ago
ngocdaothanh
commented
5 years ago
The built-in methods can be used at #18.
Method names: camelCase, CapitalCase, snake_case, hyphen-case
Enum value names: remove prefix, remove suffix
The built-in methods can be used at #18.