Package: effect
Module: Schema
Type-level representation returned by Chunk.
Signature
export interface Chunk<Value extends Constraint> extends
declareConstructor<
Chunk_.Chunk<Value["Type"]>,
Chunk_.Chunk<Value["Encoded"]>,
readonly [Value],
ChunkIso<Value>
>
{
readonly "Rebuild": Chunk<Value>
readonly value: Value
}
Since v3.10.0