charListOf

inline fun charListOf(): CharList
inline fun charListOf(element: Char): CharList
inline fun charListOf(vararg elements: Char): CharList