JeffreySarnoff / NamedTupleTools.jl

some utilities for working with NamedTuples
MIT License
80 stars 11 forks source link

Fix bug with pair `:a => [1, 2]` #33

Closed pdeffebach closed 3 years ago

pdeffebach commented 3 years ago

Something about the splatting was causing the names and values tuples to be different sizes.

This fixes this, but has to re-work the constructor.

Feel free to change and merge! Tests are added.

JeffreySarnoff commented 3 years ago

Thank you!