Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 433 Bytes

File metadata and controls

38 lines (20 loc) · 433 Bytes

lexureSome

Interface: Some <T>

The value exists.

Type parameters

  • T

Type of results.

Hierarchy

  • Some

Index

Properties

Properties

readonly exists

  • exists: true

If this is a Some, this is true.


readonly value

  • value: T

The value, which only exists on a Some.