T
Size: a a a
T
OR
IG
IG
>>> a = [1, 2, 3]
>>> a.append(a)
>>> a
[1, 2, 3, [...]]
T
>>> a = [1, 2, 3]
>>> a.append(a)
>>> a
[1, 2, 3, [...]]
(def cycling-atom (atom {}))
(swap! cycling-atom assoc :_self cycling-atom)
ПонялT
T
IG
IG
T
T
LE
AC
T
AC
T
MB
T