|
Join, possible break with indent=0
-
layout1
:
Layout
-
layout2
:
Layout
-
Returns:
Layout
|
|
Join, possible break with indent=1
-
layout1
:
Layout
-
layout2
:
Layout
-
Returns:
Layout
|
|
Join, possible break with indent=2
-
layout1
:
Layout
-
layout2
:
Layout
-
Returns:
Layout
|
|
Join broken with ident=0
-
layout1
:
Layout
-
layout2
:
Layout
-
Returns:
Layout
|
|
Join broken with ident=1
-
layout1
:
Layout
-
layout2
:
Layout
-
Returns:
Layout
|
|
Join broken with ident=2
-
layout1
:
Layout
-
layout2
:
Layout
-
Returns:
Layout
|
|
Join, unbreakable.
-
layout1
:
Layout
-
layout2
:
Layout
-
Returns:
Layout
|
|
Layout two vertically.
-
layout1
:
Layout
-
layout2
:
Layout
-
Returns:
Layout
|
|
Layout list vertically.
-
layouts
:
Layout list
-
Returns:
Layout
|
|
Wrap braces around layout.
-
layout
:
Layout
-
Returns:
Layout
|
|
Wrap round brackets around Layout.
-
Layout
:
Layout
-
Returns:
Layout
|
|
Join layouts into a comma separated list.
-
layouts
:
Layout list
-
Returns:
Layout
|
|
The empty layout
-
Returns:
Layout
|
|
Is it the empty layout?
-
layout
:
Layout
-
Returns:
bool
|
|
An string which is left parenthesis (no space on the right).
-
text
:
string
-
Returns:
Layout
|
|
Layout like an F# list.
-
selector
:
'T -> Layout
-
value
:
'T list
-
Returns:
Layout
|
|
An uninterpreted leaf, to be interpreted into a string
by the layout engine. This allows leaf layouts for numbers, strings and
other atoms to be customized according to culture.
-
value
:
obj
-
Returns:
Layout
|
|
Layout like an F# option.
-
selector
:
'T -> Layout
-
value
:
'T option
-
Returns:
Layout
|
|
An string which is right parenthesis (no space on the left).
-
text
:
string
-
Returns:
Layout
|
|
Join layouts into a semi-colon separated list.
-
layouts
:
Layout list
-
Returns:
Layout
|
|
An string which requires no spaces either side.
-
text
:
string
-
Returns:
Layout
|
|
Join layouts into a list separated using the given Layout.
-
layout1
:
Layout
-
layouts
:
Layout list
-
Returns:
Layout
|
|
Join layouts into a space separated list.
-
layouts
:
Layout list
-
Returns:
Layout
|
|
Wrap square brackets around layout.
-
layout
:
Layout
-
Returns:
Layout
|
|
See tagL
-
text
:
string
-
maps
:
(string * string) list
-
layout
:
Layout
-
Returns:
Layout
|
|
Form tuple of layouts.
-
layouts
:
Layout list
-
Returns:
Layout
|
|
For limitting layout of list-like sequences (lists,arrays,etc).
unfold a list of items using (project and z) making layout list via itemL.
If reach maxLength (before exhausting) then truncate.
-
selector
:
'T -> Layout
-
folder
:
'State -> ('T * 'State) option
-
state
:
'State
-
count
:
int
-
Returns:
Layout list
|
|
An string leaf
-
text
:
string
-
Returns:
Layout
|