The Language-Integrated Quantum Operations (LIQUi|>) Simulator
UtilshowInd Method |
Shows an indented line of output to the console and log file.
This routine is used by or with various Dump() routines.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
static member showInd : level : int * line : string -> unit
Parameters
- level
- Type: SystemInt32
The indentation level. Each level represents a two space indent. - line
- Type: SystemString
The text to show.
