StringInputStream
Namespace: FsGll
Parent Module: InputStream
Constructors
Constructor | Description |
new(s, ind)
Signature: (s:string * ind:int) -> StringInputStream
|
![]() ![]() CompiledName: |
Instance members
Instance member | Description |
DropN(n)
Signature: n:int -> InputStream<char>
|
![]() ![]() |
RMatch(reg)
Signature: reg:Regex -> bool * string
|
![]() ![]() |
SMatch(pat)
Signature: pat:string -> bool
|
![]() ![]() |