Wissance / stringFormatter

A set of tools to manipulate text, i.e. making text from templates in C#/Python way is faster than fmt.Sprintf
https://wissance.github.io/stringFormatter/
Apache License 2.0
50 stars 3 forks source link

Add list formatting extensions #14

Open EvilLord666 opened 1 year ago

EvilLord666 commented 1 year ago

Sf has function to format map representation, we should also do for slice in following variants:

Required this feature in Ferrum

EvilLord666 commented 1 year ago

Should also add parameter for limit number of item to print (if slice is too big)