How can I make a custom matcher for a data structu...
# kotest
j
How can I make a custom matcher for a data structure that I created, say a linked list, with kotest? I would like to create a custom matcher to check if the linked list is structurally equal, i.e. having the same values from head to tail.