Documentation
¶
Overview ¶
Package ibeam provides I-beam (⌶) lookup from two sources:
- Public Dyalog documentation (from the cached docs DB)
- Private/undocumented I-beams (from ~/.config/gritt/ibeams.csv)
The private CSV is for Dyalog developers — it may contain internal I-beams not in the public docs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
Number int // The I-beam number (e.g. 220)
Name string // Short name (e.g. "Serialise/Deserialise Array")
Signature string // Full signature (e.g. "R←X(220⌶)Y")
Source string // "docs" or "private"
DocPath string // Path in docs DB (empty for private entries)
Description string // Brief description (from CSV, or empty for docs entries)
}
Entry represents a single I-beam.
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
gen-ibeams-csv
command
gen-ibeams-csv builds ~/.config/gritt/ibeams.csv from two sources:
|
gen-ibeams-csv builds ~/.config/gritt/ibeams.csv from two sources: |
Click to show internal directories.
Click to hide internal directories.