pair → pair-key() → any
Returns the key component of the input pair.
This function has no parameters.
("BE" => 42) | pair-key → "BE"
Kind: Function Scope: pair Aliases: None
pair