Are there iOS developers here? I created something similar to the swift version of console.table.

I made a Table written in Swift in my spare time.

The table is a helper function to print the table. You can print the table bypassing the Any data! [e.g., 1d array, 2d array, and dictionary]

It inspired by javascript console.table. I'm sure if you practice coding interviews, it helps you a lot. You don't need to struggle for checking results using a build-in print function!

https://github.com/ShawnBaek/Table

Comments (0)