utils.ch

Declarations

Public Only
Publicnamespace std
namespace std
Publicfunction replace
func replace<T>(value : &, repl : ) :
safer way to replace and move members, however impacts runtime performance
function internal_view_find
func internal_view_find(me : &string_view, needle : &string_view) : size_t
function internal_view_find_last
func internal_view_find_last(me : &string_view, needle : &string_view) : size_t