I like how you can retain representation in transparent structs:
(struct posn (x y)
#:transparent)
> (posn 1 2)
(posn 1 2)
But is there a way to customize it? Like in Python?
|
I like how you can retain representation in transparent structs:
But is there a way to customize it? Like in Python? |
|||
|
|
|
Check out the
Note that this works with non- |
|||
|
|