public class ArrayPrint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
useInitialBoxChar
Should the first character be a box character, or '#'?
The former is slightly prettier, but the latter is recommended
by SRFI 163 because it potentially enables parsing of the output.
|
Modifier and Type | Method and Description |
---|---|
static int |
getSize(Array arr) |
static int |
getSizePrefix(Array arr) |
static java.lang.String |
print(java.lang.Object value,
java.lang.String format)
Print a given value 2-dimensionally.
|
public static int useInitialBoxChar