Seeking Guidance on NonEmptyArray Data Structure in Effect
Hey, I'm looking to get a little boost by using a NonEmptyArray data strcuture from Effect. I thought there might be a quick win there. But All I see is an interface and getter from the
effect/NonEmptyIterable
effect/NonEmptyIterable
. Am I off track to expect a quick win for a non-empty array data structure from Effect? And if I am on track, any help with regards to its usage, e.g.: constructor, utility functions (pop, shift, etc.), etc.