Skip to content

gannasong/SimpleLinkedList

Repository files navigation

SimpleLinkedList

CI.yml

Simple define any type you want

var stringType = SimpleLinkedList<String>()
var intType = SimpleLinkedList<Int>()
var boolType = SimpleLinkedList<Bool>()
var anyType = SimpleLinkedList<Any>()
...

About

Generic LinkedList, easy to use in Swift project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages