@telostat/prelude - v0.7.0
    Preparing search index...

    Variable lazyConst

    lazy: <T>(getCodec: () => Codec<T>) => Codec<T>

    A special codec used when dealing with recursive data structures, it allows a codec to be recursively defined by itself

    Type Declaration