Using LazyTag for Deferred Conversion to Array
Is there a point in having
in order to provide, for example, a
Or is there perhaps already a mechanism like this?
in order to provide, for example, a
Chunk, but for convenience (e.g., destructuring) and better performance, only convert it to an Array when requested?Or is there perhaps already a mechanism like this?
