Skip to content

Instantly share code, notes, and snippets.

@dlbuckley
dlbuckley / remove duplicates.md
Last active February 27, 2019 16:33
Remove duplicate elements from a Collection

Remove duplicate elements from a Collection

Introduction

This proposal introduces methods to remove duplicate elements from a collection to the standard library whilst preserving the order of elements.

@dlbuckley
dlbuckley / proposal.md
Last active March 23, 2017 18:30
Improve protocol inheritance behaviour