Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RefCell<T>

This data structure represents a mutable "cell" for separating declarations from implementations ala the recparser from FParsec.

Type parameters

  • T

Hierarchy

  • RefCell

Index

Properties

Properties

contents

contents: IParser<T>

Generated using TypeDoc