FsGll


SwitchableArrayInputStream<'a>

Namespace: FsGll
Parent Module: InputStream

Constructors

ConstructorDescription
new(arr, ind, _base)
Signature: (arr:'a [] ref * ind:int * _base:int ref) -> SwitchableArrayInputStream<'a>

CompiledName: .ctor

Instance members

Instance memberDescription
Array
Signature: 'a []

CompiledName: get_Array

Base
Signature: int

CompiledName: get_Base

Extend(narr)
Signature: (narr:'a []) -> SwitchableArrayInputStream<'a>
InternalInd
Signature: int

CompiledName: get_InternalInd

SwitchTo(x)
Signature: (x:'a []) -> unit
Fork me on GitHub