flowstdlib 0.142.0

The standard library of functions and flows for 'flow' programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
function = "info"
source = "info.rs"
docs = "info.md"
type = "rust"

[[input]] # - Input value

[[output]]
name = "type" # - String identifying the type of the input value
type = "string"

[[output]]
name = "rows" # - Number of rows in the input value
type = "number"

[[output]]
name = "columns" # - Number of columns in the input value
type = "number"