hugo/tpl/collections
Bjørn Erik Pedersen 79a06aa4b6
tpl/collections: Properly handle pointer types in complement/symdiff
We cannot compare them by values, because that gets `hash of unhashable type` for the prime use case.
2018-11-07 09:29:13 +01:00
..
append.go
append_test.go
apply.go
apply_test.go
collections.go
collections_test.go
complement.go tpl/collections: Add collections.SymDiff 2018-11-06 16:51:49 +01:00
complement_test.go tpl/collections: Properly handle pointer types in complement/symdiff 2018-11-07 09:29:13 +01:00
index.go
index_test.go
init.go tpl/collections: Add collections.SymDiff 2018-11-06 16:51:49 +01:00
init_test.go
reflect_helpers.go tpl/collections: Properly handle pointer types in complement/symdiff 2018-11-07 09:29:13 +01:00
sort.go
sort_test.go
symdiff.go tpl/collections: Add collections.SymDiff 2018-11-06 16:51:49 +01:00
symdiff_test.go tpl/collections: Properly handle pointer types in complement/symdiff 2018-11-07 09:29:13 +01:00
where.go
where_test.go