Function adjustMethodStyle

Adjusts the naming convention for a given function name to the specified style.

The function name must be in lowerCamelCase (D-style) for the adjustment to work correctly.

Prototypes

string adjustMethodStyle(
  string name,
  MethodStyle style
);

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.