<a
title="mk.gee — two star & the dream police"
href="https://mkgee.bandcamp.com/album/two-star-the-dream-police-2">
<a
title="aus — everis"
href="https://flau.bandcamp.com/album/everis">
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="jens lekman — the cherry trees are still in blossom"
href="https://jenslekman.bandcamp.com/album/the-cherry-trees-are-still-in-blossom">
<a
title="vernon spring — a plane over woods"
href="https://thevernonspring.bandcamp.com/album/a-plane-over-woods">
caribou — suddenly
goose — som folk är mest
charli xcx — how i'm feeling now
yves jarvis — sundry rock song stock
moses sumney — græ
solange — when i get home
yves jarvis — the same but by different means
shlohmo — the end
maharadja sweets — something's been lost
floating points — crush
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
class Either | |
attr_reader :value, :error | |
def initialize(_) ; raise(NotImplementedError.new) ; end | |
def failure? ; is_a?(Failure) ; end | |
def success? ; is_a?(Success) ; end | |
def get_or_else(_) ; raise(NotImplementedError.new) ; end | |
def map ; raise(NotImplementedError.new) ; end | |
def ==(other) |
dj koze — knock knock
pat — blessed avenue
blithe field — days drift by
against all logic — 2012-2017
sam wilkes — wilkes
NewerOlder