Header menu logo issie

ReduceKeys Module

Take a project and compress all of the IDs.

Types

Type Description

Reducer

Functions and values

Function or value Description

a36ToD ch

Full Usage: a36ToD ch

Parameters:
    ch : char

Returns: int

make ComponentID, PortID, ConnectionID keys all short: ComponentID -> Cxxx PortID -> Pxxx ConnectionId -> Wxxx xxx = base 36 alphanumeric number

ch : char
Returns: int

compressLDC name p

Full Usage: compressLDC name p

Parameters:
Returns: Project
name : string
p : Project
Returns: Project

dToA36 d

Full Usage: dToA36 d

Parameters:
    d : int

Returns: char
d : int
Returns: char

getIndexFromReduced s

Full Usage: getIndexFromReduced s

Parameters:
    s : string

Returns: int
s : string
Returns: int

getReducedFromIndex typ index

Full Usage: getReducedFromIndex typ index

Parameters:
    typ : string
    index : int

Returns: string
typ : string
index : int
Returns: string

toA36 n

Full Usage: toA36 n

Parameters:
    n : int

Returns: string
n : int
Returns: string

toD alphas

Full Usage: toD alphas

Parameters:
    alphas : char seq

Returns: int
alphas : char seq
Returns: int

Type something to start searching.