Iimbrooklyninimbrooklyn.hashnode.dev·1d ago · 10 min readShuttle: Small, Type-Safe Composition Primitives for GoSorting a slice by one field is easy. Filtering one collection is easy. Returning (T, bool) is idiomatic. So is writing a nested loop. The friction appears when the same ordering must be shared by a s00