sergeych / mp_stools

Collection of multiplatofrm string tools that does not exist on all platforms with the same interface: string and datetime formatting, etc. USeful fo write MP libraries and applications
MIT License
25 stars 0 forks source link

With format.sprintf(...) add a classic C-style sprintf(format) #4

Closed sergeych closed 1 year ago

sergeych commented 1 year ago

Unfortunately, kotlin does not let us to have "String.sptintf" and "sprintf(String" altogether due to platform naming clash. Pity on that