YC.PrettyPrinter


Format

Namespace: YC.PrettyPrinter
Parent Module: Format

Record Fields

Record FieldDescription
first
Signature: int<MeasureProduct<firstWidth,MeasureOne>>
height
Signature: int<MeasureProduct<height,MeasureOne>>
last
Signature: int<MeasureProduct<lastWidth,MeasureOne>>
mid
Signature: int<MeasureProduct<totalWidth,MeasureOne>>
txtstr
Signature: int -> string -> string

Constructors

ConstructorDescription
new(...)
Signature: (firstWidth0:int<MeasureProduct<firstWidth,MeasureOne>> * width0:int<MeasureProduct<totalWidth,MeasureOne>> * widthLast0:int<MeasureProduct<lastWidth,MeasureOne>> * height0:int<MeasureProduct<height,MeasureOne>> * txtstr0:(int -> string -> string)) -> Format

CompiledName: .ctor

Instance members

Instance memberDescription
isSuitable(width)
Signature: width:int -> bool

Returns if format.width < width.

ToFrame
Signature: int<MeasureProduct<Frame,MeasureOne>>

Frame3d.

CompiledName: get_ToFrame

toString
Signature: string

CompiledName: get_toString

totalW
Signature: int

Max width.

CompiledName: get_totalW

Static members

Static memberDescription
( == )(format1, format2)
Signature: (format1:Format * format2:Format) -> bool

CompiledName: op_EqualsEquals

( >/< )(f1, f2)
Signature: (f1:Format * f2:Format) -> Format

Fill format.

CompiledName: op_GreaterDivideLess

( >|< )(f1, f2)
Signature: (f1:Format * f2:Format) -> Format

Beside Format.

CompiledName: op_GreaterBarLess

( >-< )(f1, f2)
Signature: (f1:Format * f2:Format) -> Format

Above Format.

CompiledName: op_GreaterMinusLess

addFill(f1, f2, shift)
Signature: (f1:Format * f2:Format * shift:int) -> Format

Fill format.

Fork me on GitHub