Rill v0.10.4 Rill.Casing View Source
Link to this section Summary
Link to this section Types
Link to this type
converted() View Source
Link to this type
converter()
View Source
converter()
View Source
converter() :: (convertible() -> converted())
converter() :: (convertible() -> converted())
Link to this type
convertible() View Source
Link to this section Functions
Link to this function
to_camel(atom)
View Source
to_camel(atom)
View Source
to_camel(data :: convertible()) :: converted()
to_camel(data :: convertible()) :: converted()
Link to this function
to_snake(atom)
View Source
to_snake(atom)
View Source
to_snake(data :: convertible()) :: converted()
to_snake(data :: convertible()) :: converted()
Link to this function
to_string_case(text, fun)
View Source
to_string_case(text, fun)
View Source
to_string_case(data :: convertible(), fun :: converter()) :: converted()
to_string_case(data :: convertible(), fun :: converter()) :: converted()