C = ux_uca_options:get_options(shifted).
And then:
ux_uca:sort(C, ["string1", "string2", "string3").
| get_options/0 | |
| get_options/1 | |
| get_options/2 | If you want use this library without import *.hrl, you can create a #uca_options {} record with this function. |
get_options() -> any()
get_options(Params) -> any()
get_options(C, T) -> any()
If you want use this library without import *.hrl, you can create a #uca_options {} record with this function.
Generated by EDoc