Module ux_uca_options

This library contains functions for manipulating with a configuration of sorting.

Description

This library contains functions for manipulating with a configuration of sorting. You can use it as: C = ux_uca_options:get_options(shifted). And then: ux_uca:sort(C, ["string1", "string2", "string3").

Function Index

get_options/0
get_options/1
get_options/2If you want use this library without import *.hrl, you can create a #uca_options {} record with this function.

Function Details

get_options/0

get_options() -> any()

get_options/1

get_options(Params) -> any()

get_options/2

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