MCPcopy Index your code
hub / github.com/Effect-TS/effect / Uint8

Class Uint8

packages/effect/src/Schema.ts:6214–6219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6212 * @since 3.11.10
6213 */
6214export class Uint8 extends Number$.pipe(
6215 between(0, 255, {
6216 identifier: "Uint8",
6217 description: "a 8-bit unsigned integer"
6218 })
6219) {}
6220
6221/** @ignore */
6222class Uint8Array$ extends transform(

Callers

nothing calls this directly

Calls 2

betweenFunction · 0.70
pipeMethod · 0.65

Tested by

no test coverage detected