Added macro for easier usage

Updated docs
Added option to add seperator to the output
This commit is contained in:
Uttarayan Mondal
2021-03-08 18:40:51 +05:30
parent 64ceb37e43
commit 3dec2ba0d7
72 changed files with 1994 additions and 318 deletions
+1
View File
@@ -0,0 +1 @@
initSidebarItems({"fn":[["digit_to_text","Convert digit to words in a string."],["to_text_no_seperator","Convert u32 to words in a string."],["to_text_with_seperator","Convert u32 to words in a string seperated by a seperator."]],"macro":[["to_text","Macro which supports both seperator and without it"]]});