Prajna


RBufPart<'T>

Record Fields

Record FieldDescription
Count
Signature: int
Modifiers: mutable
Offset
Signature: int
Modifiers: mutable
StreamPos
Signature: int64
Modifiers: mutable

Constructors

ConstructorDescription
new(buf, offset, count)
Signature: (buf:'T [] * offset:int * count:int) -> RBufPart<'T>
new(e, offset, count)
Signature: (e:RBufPart<'T> * offset:int * count:int) -> RBufPart<'T>
new(e)
Signature: e:RBufPart<'T> -> RBufPart<'T>
new()
Signature: unit -> RBufPart<'T>

Instance members

Instance memberDescription
Init()
Signature: unit -> unit
Fork me on GitHub