Commit Graph

5 Commits (master)

Author SHA1 Message Date
Emir Pasic a27d480bcc Simplify ToString function for types (avoid unnecessary casting) 2 years ago
Iskander (Alex) Sharipov 3978ee8254
utils: remove excessive type assertions
Assign type switch variable to get properly-typed value
inside case clauses.

Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
5 years ago
Emir Pasic 0887bbc9f4 - ToString function to convert to string from any type 7 years ago
Emir Pasic 213367f1ca - replace long bsd text with short in all .go files 8 years ago
Emir Pasic d7a31571cc - add reversible iterators to lists (array list and doubly-linked list)
- documentation and tests updates
8 years ago