Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 446 Bytes

File metadata and controls

38 lines (20 loc) · 446 Bytes

lexureOk

Interface: Ok <T>

The computation is successful.

Type parameters

  • T

Type of results.

Hierarchy

  • Ok

Index

Properties

Properties

readonly success

  • success: true

If this is an Ok, this is true.


readonly value

  • value: T

The resulting value, which only exists on an Ok.