<a
title="jens lekman — the cherry trees are still in blossom"
href="https://jenslekman.bandcamp.com/album/the-cherry-trees-are-still-in-blossom">
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// A generic doubly-linked list | |
package list | |
// the zero value is ready to use. | |
type List[T any] struct { | |
root Element[T] | |
Len int | |
} |
<a
title="aus — everis"
href="https://flau.bandcamp.com/album/everis">
<a
title="mk.gee — two star & the dream police"
href="https://mkgee.bandcamp.com/album/two-star-the-dream-police-2">
OlderNewer